diff --git a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml index 17ad810e..935a8585 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml @@ -16,22 +16,22 @@ -{* I am a smarty comment ... I dont exist in your html output ;-) *} +{* I am a smarty comment, I dont exist in the compiled output *} -{* another single smarty line comment, me not even in the compiled template *} - +{* another single smarty line comment *} + {* this multiline smarty - comment is + comment is not sent to browser *} -{* include the header file here which is not *} +{* include the header file *} {include file='header.tpl'} {* Dev note: $includeFile is assigned in foo.php script *} - + {include file=$includeFile} {* this