From: Florian Forster Date: Mon, 5 Sep 2011 03:03:04 +0000 (-0700) Subject: Merge pull request #1 from wshallum/master X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=4b4a4c4848832b5aec34d01bcf11415302281dc1;hp=daff10f47909eaaf1fe5bc1d4fbcf7fecf46551b Merge pull request #1 from wshallum/master 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
" + "
" ); });