From eabdbd545ed474ebcf63c3e839f2e50e40ddb379 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 7 Jan 2019 18:44:03 +0100 Subject: remove useless space --- charset.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charset.rb') 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('▾▴') -- cgit v1.2.3