cvs: smarty /docs/en/designers/language-basic-syntax language-syntax-comments.xml
"Peter 'Mash' Morgan" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvspete_morgan1126639778@cvsserver> |
pete_morgan Tue Sep 13 15:29:38 2005 EDT
Modified files:
/smarty/docs/en/designers/language-basic-syntax
language-syntax-comments.xml
Log:
tweak
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml
diff -u smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.3 smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.4
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.3 Fri May 27 12:25:01 2005
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml Tue Sep 13 15:29:37 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.syntax.comments">
<title>Comments</title>
<para>
@@ -16,6 +16,8 @@
<programlisting>
<![CDATA[
<body>
+{* a single line comment *}
+
{* this multiline
comment is
not sent to browser
@@ -25,16 +27,18 @@
{include file="header.tpl"}
-{* Dev note: $includeFile is assigned foo.php script *}
+{* Dev note: $includeFile is assigned in foo.php script *}
<!-- this html comment is sent to browser -->
{include file=$includeFile}
{include file=#includeFile#}
-{* display dropdown lists *}
+{* this <select> block is redundant *}
+{*
<select name="company">
{html_options options=$vals selected=$selected_id}
</select>
+*}
</body>
]]>
</programlisting>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php