aboutsummaryrefslogtreecommitdiff
path: root/customize.rb
diff options
context:
space:
mode:
Diffstat (limited to 'customize.rb')
-rwxr-xr-xcustomize.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.rb b/customize.rb
index 3dcbdf1..714e20e 100755
--- a/customize.rb
+++ b/customize.rb
@@ -42,7 +42,7 @@ HEAD
options.each{|description,href,title|
selected = href == cursetting
ret += "<tr><td>"
- ret += CROSS if selected
+ ret += YES if selected
ret += "</td><td class='settingstable' title='#{title}'>"
ret += "<a href='?#{href}'>" unless selected
ret += description