aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-10-04 20:36:10 +0100
committerNat Lasseter <user@4574.co.uk>2025-10-04 20:36:10 +0100
commitb36d08d14e3b921bed8efb0566072e63cba39c0a (patch)
tree5a8a7503ce4f4525ccfa1b9f89909215fec19b27
parent5b3e608f9cfafcd23b94f2d6c29784935e807443 (diff)
Whisky floats?
-rw-r--r--cgi/whisky-shelf.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/whisky-shelf.cgi b/cgi/whisky-shelf.cgi
index 6f199a4..d9622a6 100644
--- a/cgi/whisky-shelf.cgi
+++ b/cgi/whisky-shelf.cgi
@@ -16,7 +16,7 @@ data = JSON.parse(File.read("../inc/shelf.json"))
$page =
$cgi.div {
$cgi.h2 { "What's on my shelf?" } +
- shelf_contents(data)
+ $cgi.div { shelf_contents(data) }
}
# vim: set filetype=ruby: