From 2bbb1646f56fe84f38ed2a0cba03a386acc6160e Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 13 Sep 2020 22:12:12 +0200 Subject: Fix hrefs in documentation --- docu/language_definition.html | 4 ++-- 1 file 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 @@

ste:break

-

When this self-closing tag is called, the current loop (ste:for, ste:foreach, ste:infloop) will be aborted.

+

When this self-closing tag is called, the current loop (ste:for, ste:foreach, ste:infloop) will be aborted.

ste:continue

-

When this self-closing tag is called, the current loop(ste:for, ste:foreach, ste:infloop) will go to the next iteration, aborting the current iteration.

+

When this self-closing tag is called, the current loop(ste:for, ste:foreach, ste:infloop) will go to the next iteration, aborting the current iteration.

ste:load

This self-closing tag loads and executes another template. The name parameter (mandatory) defines the template to load.

-- cgit v1.2.3-54-g00ecf