prevent potentially non-encoded string from getting returned

This commit is contained in:
El RIDO
2020-01-18 10:53:58 +01:00
parent 685c354d0e
commit 42130e0468
3 changed files with 3 additions and 2 deletions

View File

@@ -662,6 +662,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
// text node takes care of entity encoding
$element.text(output);
}
return '';
}
return output;