aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-14 11:31:16 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-14 11:31:16 +0100
commit379d27dc6e39d34ff6134e03afeb13c4fe351c60 (patch)
treeb2b5240403eb787bfe80eb7625dad6783504838f /cgi
parent706477d004afa77f015c1fe9a98f6a2027220856 (diff)
[toplinks] trialling new waste thing
Diffstat (limited to '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 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
} +