aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-09-28 14:44:08 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-09-28 14:44:08 +0200
commitfc1eae8d4efbff1e99d5231d28a8899179be0763 (patch)
treeaf90853d4e601a5cb28c1cb470357ba8bfcb0ee6 /charset.rb
parent952078cae459fde745e49640e9c351b6bcf7e82c (diff)
"back" instead of ascii arrow "<-"
Diffstat (limited to 'charset.rb')
-rw-r--r--charset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/charset.rb b/charset.rb
index 12cfa25..f3d2b8c 100644
--- a/charset.rb
+++ b/charset.rb
@@ -25,7 +25,7 @@ if ($cgi.include?("utf") || $cgi.cookies["utf"][0]) && !$cgi.include?("ascii")
else
$utfcookie.expires = Time.now-1*60*60*24*36
UTFASCII = "<a href='?utf' style='text-decoration:none'>#{CGI.escapeHTML('↩✔✘?–↞←→↠✍')}</a>"
- BACK = CGI.escapeHTML("<-")
+ BACK = CGI.escapeHTML("back")
YES = CGI.escapeHTML('OK')
NO = CGI.escapeHTML('NO')