summaryrefslogtreecommitdiff
path: root/template/fame2.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fame2.st')
-rwxr-xr-xtemplate/fame2.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/fame2.st b/template/fame2.st
index 5360c66..239f43e 100755
--- a/template/fame2.st
+++ b/template/fame2.st
@@ -27,12 +27,12 @@
</form><br>
</div>
<div id="messageList">
- $if(dumps)$
+ $if(humps)$
<span class="content">
- $dumps: { d | $fame_dump(dump=d)$ }$
+ $humps: { d | $fame_dump(hump=d)$ }$
</span>
$else$
- No dumps!
+ No humps!
$endif$
</div>