aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/home.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi
index 470ada4..72061b9 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -60,7 +60,7 @@ def graphic_collection(resp)
$cgi.tr {
tout = ""
(0..14).each { |i|
- tout += $cgi.td(colspan: 2) { (Time.now + (i * 60*60*24)).date }
+ tout += $cgi.td(colspan: 2) { (Time.now + (i * 60*60*24)).day }
}
tout
} +