diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-03-17 21:39:41 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-03-17 21:39:41 -0400 |
commit | 3f064889d957bc7e609dee14bd21c85695c57eb6 (patch) | |
tree | 40a3c6e72467ba64e167b9146b675dfd882b0e76 /assets | |
parent | 93c52826f10c8159b402ecb548b25f9b6357a130 (diff) |
replace × with ×, closes #555
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, "←") |