summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docu/language_definition.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docu/language_definition.html b/docu/language_definition.html
index 575ea07..281baea 100644
--- a/docu/language_definition.html
+++ b/docu/language_definition.html
@@ -275,7 +275,7 @@
<code><pre>&lt;ste:if&gt;<br /> &lt;ste:cmp var_a="foo" op="eq" text_b="bar" /&gt;<br /> &lt;ste:then&gt;:-)&lt;/ste:then&gt;<br /> &lt;ste:else&gt;:-(&lt;/ste:else&gt;<br />&lt;/ste:if&gt;</pre></code>
If the variable <code>foo</code> has the content <code>bar</code>, <code>:-)</code> will be returned, <code>:-(</code> otherwise.
</p>
- <h4 id="builtin_cmp_short">Short syntax for if-clause</h4>
+ <h4 id="builtin_cmp_short">Short syntax for comparisons</h4>
<p>Because comparisons are used often, there is an short syntax:</p>
<p><code>~{a|operator|b}</code></p>
<p>This is equivalent to:</p>