From 3f064889d957bc7e609dee14bd21c85695c57eb6 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 17 Mar 2016 21:39:41 -0400 Subject: replace × with ×, closes #555 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') 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, "←") -- cgit v1.2.3