summaryrefslogtreecommitdiff
path: root/tests/test_mktag/test.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_mktag/test.tpl')
-rw-r--r--tests/test_mktag/test.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_mktag/test.tpl b/tests/test_mktag/test.tpl
index c381ef4..c446206 100644
--- a/tests/test_mktag/test.tpl
+++ b/tests/test_mktag/test.tpl
@@ -1,11 +1,10 @@
<ste:mktag name="double"><ste:calc>2 * <ste:tagcontent /></ste:calc></ste:mktag>
<ste:mktag name="foo" mandatory="a|b">
- <ste:set var="b">$_tag_parameters[b]</ste:set><ste:comment>Ugly hack, since STE does no scoping...</ste:comment>
<ste:for counter="i" start="0" stop="$_tag_parameters[a]">
<ste:if>
<ste:even>$i</ste:even>
<ste:then><ste:double>$i</ste:double></ste:then>
- <ste:else>$b</ste:else>
+ <ste:else>$_tag_parameters[b]</ste:else>
</ste:if>
</ste:for>
</ste:mktag>