aboutsummaryrefslogtreecommitdiff
path: root/cgi/home.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/home.cgi')
-rw-r--r--cgi/home.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi
index 81e04d4..3588d54 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -76,7 +76,7 @@ def graphic_collection(resp)
tout = ""
wdays = %w(Su Mo Tu We Th Fr Sa)
(0..14).each { |i|
- tout += $cgi.td(colspan: 2) { wday[(Time.now + (i * 60*60*24)).wday] }
+ tout += $cgi.td(colspan: 2) { wdays[(Time.now + (i * 60*60*24)).wday] }
}
tout
}