diff options
Diffstat (limited to 'cgi/home.cgi')
-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 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 |