From: Felix Dörre Date: Sat, 2 Aug 2014 14:53:05 +0000 (+0200) Subject: Document disabeling HTMLEscaping in template syntax. X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=39dc98588cb64182e9f600dfb088cf71c69a127f Document disabeling HTMLEscaping in template syntax. --- 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.