summaryrefslogtreecommitdiff
path: root/template/newlog.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
commitae480c44c59a9e77ea279f2208dd7f932079e078 (patch)
treebe098491808cc88d6aa3790f5b6a20d4feb4aad8 /template/newlog.st
parent8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff)
Refactor templates: humps/hump variables
Diffstat (limited to 'template/newlog.st')
-rwxr-xr-xtemplate/newlog.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/newlog.st b/template/newlog.st
index 559c4b7..9bef1f7 100755
--- a/template/newlog.st
+++ b/template/newlog.st
@@ -123,14 +123,14 @@ window.location = "/error/ie";
<div id="posts">
<div id="sideinfo">$roomkey$ log</div>
- $if(dumps)$
+ $if(humps)$
- $dumps: { d | $log_dump(dump=d)$ }$
+ $humps: { d | $log_dump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$
$else$
- No dumps!
+ No humps!
$endif$
</div>