prevent potentially non-encoded string from getting returned
This commit is contained in:
@@ -662,6 +662,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
||||
// text node takes care of entity encoding
|
||||
$element.text(output);
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
return output;
|
||||
|
||||
Reference in New Issue
Block a user