mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-3056
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user