From 592f606840ad55d8ae4a8d95c178be87e69336d7 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 10 Mar 2015 03:34:58 +0100 Subject: [PATCH] Change the unicode code of cross for android support --- tarteaucitron.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 7a72dd8..a9311de 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -173,7 +173,7 @@ var tarteaucitron = { html += '
'; html += '
'; html += '
'; - html += ' ' + tarteaucitron.lang.all + ''; + html += ' ' + tarteaucitron.lang.all + ''; html += '
'; html += '
'; html += '
'; @@ -196,7 +196,7 @@ var tarteaucitron = { for (i = 0; i < cat.length; i += 1) { html += '
'; html += '
'; - html += ' ' + tarteaucitron.lang[cat[i]].title; + html += ' ' + tarteaucitron.lang[cat[i]].title; html += '
'; html += '
'; html += ' ' + tarteaucitron.lang[cat[i]].details;