summaryrefslogtreecommitdiff
path: root/docu/language_definition.html
diff options
context:
space:
mode:
Diffstat (limited to 'docu/language_definition.html')
-rw-r--r--docu/language_definition.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docu/language_definition.html b/docu/language_definition.html
index 20ba5dc..19aeda3 100644
--- a/docu/language_definition.html
+++ b/docu/language_definition.html
@@ -398,10 +398,10 @@
</p>
<h3 id="builtin_break">ste:break</h3>
- <p>When this self-closing tag is called, the current loop (<a href="builtin_for">ste:for</a>, <a href="builtin_foreach">ste:foreach</a>, <a href="builtin_infloop">ste:infloop</a>) will be aborted.</p>
+ <p>When this self-closing tag is called, the current loop (<a href="#builtin_for">ste:for</a>, <a href="#builtin_foreach">ste:foreach</a>, <a href="#builtin_infloop">ste:infloop</a>) will be aborted.</p>
<h3 id="builtin_continue">ste:continue</h3>
- <p>When this self-closing tag is called, the current loop(<a href="builtin_for">ste:for</a>, <a href="builtin_foreach">ste:foreach</a>, <a href="builtin_infloop">ste:infloop</a>) will go to the next iteration, aborting the current iteration. </p>
+ <p>When this self-closing tag is called, the current loop(<a href="#builtin_for">ste:for</a>, <a href="#builtin_foreach">ste:foreach</a>, <a href="#builtin_infloop">ste:infloop</a>) will go to the next iteration, aborting the current iteration. </p>
<h3 id="builtin_load">ste:load</h3>
<p>This self-closing tag loads and executes another template. The <code>name</code> parameter (mandatory) defines the template to load.</p>