From 3bea0f73cf0b7c0c28d059c877667e4a796f0a74 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Tue, 7 Mar 2006 18:36:04 +0000 Subject: [PATCH] fix descriptions ( thanks Ginger, a Smarty newbie ) --- .../language-syntax-comments.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 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