mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 06:28:46 -04:00
prevent potentially non-encoded string from getting returned
This commit is contained in:
parent
685c354d0e
commit
42130e0468
3 changed files with 3 additions and 2 deletions
|
@ -662,6 +662,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
// text node takes care of entity encoding
|
||||
$element.text(output);
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
return output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue