From 39dc98588cb64182e9f600dfb088cf71c69a127f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sat, 2 Aug 2014 16:53:05 +0200 Subject: [PATCH] Document disabeling HTMLEscaping in template syntax. --- doc/TemplateSyntax.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index 40dff59c..9309f5e2 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -8,6 +8,9 @@ A template is constructed from a charstream. Everything that is not in " Translate the last string. Output $var1,...,$varn replaced into the %s positions in the translated string. + +- will output the variable "variablename" but not HTML-escaped +- will insert the variable "variablename" into the translated text but not HTML-escaped - Output/execute the text until "" only if $variable not null or Boolean.FALSE. -- 2.39.2