diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:39:42 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:39:42 +0100 |
commit | 11145954986874b0539c2a7dd9ef5f0ee90a04c0 (patch) | |
tree | dfc7f042b9d7f8188ab98d66c6365cbe5c9498bf | |
parent | 4c0b2af102beb0cddc2a8aa305231e262762fa48 (diff) |
[toplinks] trialling new waste thing
-rw-r--r-- | cgi/home.cgi | 2 |
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 } |