summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-03-17 21:39:41 -0400
committerThomas Park <thomas@thomaspark.co>2016-03-17 21:39:41 -0400
commit3f064889d957bc7e609dee14bd21c85695c57eb6 (patch)
tree40a3c6e72467ba64e167b9146b675dfd882b0e76
parent93c52826f10c8159b402ecb548b25f9b6357a130 (diff)
replace × with &times;, closes #555
-rw-r--r--assets/js/custom.js2
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, "&times;")
.replace(/«/g, "&laquo;")
.replace(/»/g, "&raquo;")
.replace(/←/g, "&larr;")