aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /charset.rb
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
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 5407884..416bdf2 100644
--- a/charset.rb
+++ b/charset.rb
@@ -22,7 +22,7 @@ $USEUTF = true
$USEUTF = false if $cgi.user_agent =~ /.*MSIE [56]\..*/
$USEUTF = false if $cgi.cookies["ascii"][0]
$USEUTF = true if $cgi.include?("utf")
-$USEUTF = false if $cgi.include?("ascii")
+$USEUTF = false if $cgi.include?("ascii")
if $USEUTF
NOSORT = CGI.escapeHTML('▾▴')