cvs: smarty /docs/en/designers/language-basic-syntax language-syntax-quotes.xml

[email protected] ("Monte Ohrt") Mon, 23 Jan 2006 16:58:52 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmohrt1138035532@cvsserver>
mohrt		Mon Jan 23 16:58:52 2006 UTC

  Modified files:              
    /smarty/docs/en/designers/language-basic-syntax	
                                                   	language-syntax-quotes.xml 
  Log:
  wording clarification
  
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml?r1=1.6&r2=1.7&diff_format=u
Index: smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml
diff -u smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml:1.6 smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml:1.7
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml:1.6	Mon May 23 15:43:00 2005
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml	Mon Jan 23 16:58:52 2006
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <sect1 id="language.syntax.quotes">
  <title>Embedding Vars in Double Quotes</title>
  <para>
   Smarty will recognize <link
   linkend="api.assign">assigned</link>
   <link   linkend="language.syntax.variables">variables</link>
-  embedded in double quotes so long as
-  the variables contain only numbers, letters, underscores and brackets [].
-  With any other characters (period, object reference, etc.) the variable must
-  be surrounded by backticks. You cannot embed
+  embedded in double quotes so long as the variable name contains only numbers,
+  letters, underscores and brackets []. With any other characters (period,
+  object reference, etc.) the variable must be surrounded by backticks. You
+  cannot embed
   <link linkend="language.modifiers">modifiers</link>,
   they must always be applied outside of quotes.
  </para>