summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-08 00:25:23 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-08 00:25:23 +0100
commit1ef055e9879567e6f53c829ccdd88a4388811386 (patch)
tree2a32964a0038b48dacbb48fcda91ee3e7e7e6dc9
parentbd065d0fa8680ea4611ec67973772062b469346a (diff)
downloadste-1ef055e9879567e6f53c829ccdd88a4388811386.tar.gz
ste-1ef055e9879567e6f53c829ccdd88a4388811386.tar.bz2
ste-1ef055e9879567e6f53c829ccdd88a4388811386.zip
Yet another documentation fix...
Copy&Paste is sometimes a very bad idea...
-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>