summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-13 22:12:12 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-13 22:12:12 +0200
commit2bbb1646f56fe84f38ed2a0cba03a386acc6160e (patch)
treeaf9398173bd22a0d638e4efe8c7a37981dad3463
parent9652dcb0a5f4e7667a32205c69aeba509790a61c (diff)
downloadste-2bbb1646f56fe84f38ed2a0cba03a386acc6160e.tar.gz
ste-2bbb1646f56fe84f38ed2a0cba03a386acc6160e.tar.bz2
ste-2bbb1646f56fe84f38ed2a0cba03a386acc6160e.zip
Fix hrefs in documentation
-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>