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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
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;