From f20b0cb51cd212fa247f4bddab1dcf56fae6ca6b Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Wed, 31 Dec 2014 02:21:21 +0100 Subject: [PATCH] UPD: Fixed ambiguity in the template syntax documentation --- doc/TemplateSyntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index 2ed1e546..c399d7eb 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -15,7 +15,7 @@ A template is constructed from a charstream. Everything that is not in " will insert "some data" into the translated text literally (not HTML-escaped) - - Output/execute the text until "" only if $variable not null or Boolean.FALSE. + Output/execute the text until "" only if $variable is Boolean.TRUE (<=> !Boolean.FALSE) or not null. - If $variable is an "IterableDataset" -- 2.39.2