From: William Shallum Date: Thu, 18 Aug 2011 14:37:37 +0000 (+0000) Subject: collection.js: use unicode escape instead of UTF8 as it is sent with no charset header X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=adcc8c175eb4c97faff1a348e7d5afd5afa95d55;hp=daff10f47909eaaf1fe5bc1d4fbcf7fecf46551b collection.js: use unicode escape instead of UTF8 as it is sent with no charset header --- diff --git a/share/collection.js b/share/collection.js index 141acbd..158a36e 100644 --- a/share/collection.js +++ b/share/collection.js @@ -686,10 +686,10 @@ $(document).ready(function() { + "
!
" + "" + "
" - + "
←
" - + "
−
" + + "
\u2190
" + + "
\u2212
" + "
+
" - + "
→
" + + "
\u2192
" + "
" ); });