From 8f8cd0fa6735a15d86b6fd4325ab4062a3c50284 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Tue, 7 Mar 2006 02:00:17 +0000 Subject: [PATCH] *** empty log message *** --- .../language-syntax-comments.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 7e5ebea1..17ad810e 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml @@ -16,14 +16,17 @@ -{* a single line comment *} +{* I am a smarty comment ... I dont exist in your html output ;-) *} -{* this multiline +{* another single smarty line comment, me not even in the compiled template *} + + +{* this multiline smarty comment is not sent to browser *} -{* include the header file here *} +{* include the header file here which is not *} {include file='header.tpl'} @@ -31,8 +34,6 @@ {include file=$includeFile} -{include file=#includeFile#} - {* this