mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3056
This commit is contained in:
@@ -271,7 +271,6 @@
|
||||
|
||||
<script>
|
||||
function htmlEncode(str) {
|
||||
console.log(str);
|
||||
if (str != null) {
|
||||
return str.replace(/[&"'<>]/g, function (c) {
|
||||
switch (c) {
|
||||
|
Reference in New Issue
Block a user