From 92dd6c0911be3356d01eeba1e0a93c3b760a8f7f Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 20 Nov 2009 17:19:14 +0100 Subject: small hci corrections --- customize.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'customize.rb') diff --git a/customize.rb b/customize.rb index a976452..8a9231a 100755 --- a/customize.rb +++ b/customize.rb @@ -46,12 +46,12 @@ $html << <Description CHARSET -[["Use special characters (#{UTFCHARS})","utf"], - ["Use normal strings","ascii"]].each{|description,href| +[["Use normal strings","ascii"], + ["Use special characters (#{UTFCHARS})","utf"]].each{|description,href| selected = href == (USEUTF ? "utf" : "ascii") $html << "" - $html << "X" if selected - $html << "" + $html << CROSS if selected + $html << "" $html << "" unless selected $html << description $html << "" unless selected -- cgit v1.2.3