aboutsummaryrefslogtreecommitdiff
path: root/cgi/bins.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/bins.cgi')
-rw-r--r--cgi/bins.cgi6
1 files changed, 2 insertions, 4 deletions
diff --git a/cgi/bins.cgi b/cgi/bins.cgi
index fb959f1..5ed6ffa 100644
--- a/cgi/bins.cgi
+++ b/cgi/bins.cgi
@@ -88,9 +88,7 @@ def graphic_collection(resp)
end
$page =
- $cgi.div {
- $cgi.h2 { "Our Next Bin Collections" } +
- next_collection
- }
+ $cgi.h2 { "Our Next Bin Collections" } +
+ next_collection
# vim: set filetype=ruby: