diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/js/custom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/custom.js b/assets/js/custom.js index d270087b..01b6bc43 100644 --- a/assets/js/custom.js +++ b/assets/js/custom.js @@ -32,7 +32,7 @@ }); function cleanSource(html) { - html = html.replace(/×/g, "&close;") + html = html.replace(/×/g, "×") .replace(/«/g, "«") .replace(/»/g, "»") .replace(/←/g, "←") |