aboutsummaryrefslogtreecommitdiff
path: root/cgi/home.cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-03-10 20:29:37 +0000
committerNat Lasseter <user@4574.co.uk>2025-03-10 20:29:37 +0000
commit29802b71af3de0c62a8b6aa37bb32e96dc4ff899 (patch)
tree5e512d4483b15a5f89c1f589b956967216a2cd78 /cgi/home.cgi
parent915e074cc4b05afcc7177e7928b37c8fb5290ba7 (diff)
fix waste colours
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 5b2bec3..c569055 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -28,7 +28,7 @@ def next_collection
tout = ""
tout += "Then " unless out.empty?
tout += case coll["service"]
- when "REFUSE"; $cgi.span(class: "waste-refuse") {"General Domestic Waste"}
+ when "REFUSE"; $cgi.span(class: "waste-refuse") { "General Domestic Waste" }
when "RECYCLING"; $cgi.span(class: "waste-recycling") { "Recycling" }
when "GARDEN"; $cgi.span(class: "waste-garden") { "Garden Waste" }
end