aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/home.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi
index b6dafb6..77bc5e1 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -17,7 +17,8 @@ def next_collection
else "in #{days} days"
end
- tout = "Then " unless out.empty?
+ tout = ""
+ tout += "Then " unless out.empty?
tout += case coll["service"]
when "REFUSE"; "General Domestic Waste"
when "RECYCLING"; "<font color=\"green\">Recycling</font>"