aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 0000e15..833bcab 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -76,7 +76,7 @@
#}.reverse.collect{|f| f.gsub(/\/data\.yaml$/,'') }.each{|site|
# $conf.indexnotice += <<INDEXNOTICE
#<tr class='participantrow'>
-# <td class='polls'><a href='./#{CGI.escapeHTML(site).gsub("'","%27")}/'>#{CGI.escapeHTML(site)}</a></td>
+# <td class='polls'><a href='./#{CGI.escape(site)}/'>#{CGI.escapeHTML(site)}</a></td>
# <td class='mtime'>#{File.new(site + "/data.yaml").mtime.strftime('%d.%m, %H:%M')}</td>
#</tr>
#INDEXNOTICE