PHRAS-3056

This commit is contained in:
Harrys Ravalomanana
2020-05-08 12:34:11 +04:00
parent afa8447804
commit ddfea9e4ce

View File

@@ -271,7 +271,6 @@
<script> <script>
function htmlEncode(str) { function htmlEncode(str) {
console.log(str);
if (str != null) { if (str != null) {
return str.replace(/[&"'<>]/g, function (c) { return str.replace(/[&"'<>]/g, function (c) {
switch (c) { switch (c) {