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

[email protected] ("George Miroshnikov") Sun, 20 Jan 2008 14:24:52 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsfreespace1200839092@cvsserver>
freespace		Sun Jan 20 14:24:52 2008 UTC

  Modified files:              
    /smarty/docs/en/appendixes	troubleshooting.xml 
    /smarty/docs/en/designers	language-modifiers.xml 
    /smarty/docs/en/designers/language-basic-syntax	
                                                   	language-syntax-quotes.xml 
  Log:
  Minor typos fixed
  
http://cvs.php.net/viewvc.cgi/smarty/docs/en/appendixes/troubleshooting.xml?r1=1.6&r2=1.7&diff_format=u
Index: smarty/docs/en/appendixes/troubleshooting.xml
diff -u smarty/docs/en/appendixes/troubleshooting.xml:1.6 smarty/docs/en/appendixes/troubleshooting.xml:1.7
--- smarty/docs/en/appendixes/troubleshooting.xml:1.6	Tue Feb 27 14:30:20 2007
+++ smarty/docs/en/appendixes/troubleshooting.xml	Sun Jan 20 14:24:51 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <chapter id="troubleshooting">
   <title>Troubleshooting</title>
   <para></para>
@@ -104,7 +104,7 @@
     <para>
     Either the
     <link linkend="variable.compile.dir">
-    <parameter>$compile_dir</parameter></link>is incorrectly set,
+    <parameter>$compile_dir</parameter></link> is incorrectly set,
     the directory does not exist, or <filename>templates_c</filename> is a
     file and not a directory.
     </para>
http://cvs.php.net/viewvc.cgi/smarty/docs/en/designers/language-modifiers.xml?r1=1.25&r2=1.26&diff_format=u
Index: smarty/docs/en/designers/language-modifiers.xml
diff -u smarty/docs/en/designers/language-modifiers.xml:1.25 smarty/docs/en/designers/language-modifiers.xml:1.26
--- smarty/docs/en/designers/language-modifiers.xml:1.25	Tue Sep 26 19:32:37 2006
+++ smarty/docs/en/designers/language-modifiers.xml	Sun Jan 20 14:24:51 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 <chapter id="language.modifiers">
  <title>Variable Modifiers</title>
  <para>
@@ -13,7 +13,6 @@
   <emphasis>all php-functions can be used as modifiers implicitly</emphasis>
   (more below) and modifiers can be
   <link linkend="language.combining.modifiers">combined</link>.
-  .
  </para>
  <example>
   <title>Modifier examples</title>
http://cvs.php.net/viewvc.cgi/smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml?r1=1.10&r2=1.11&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.10 smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml:1.11
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml:1.10	Mon Oct  9 22:50:41 2006
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml	Sun Jan 20 14:24:51 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <sect1 id="language.syntax.quotes">
  <title>Embedding Vars in Double Quotes</title>
 
@@ -55,10 +55,10 @@
 {* must have backticks as it contains a . *}
 {cycle values="one,two,`$smarty.config.myval`"}
 
-{*  same as $module['contact'].'.tpl' in a php script
+{*  same as $module['contact'].'.tpl' in a php script *}
 {include file="`$module.contact`.tpl"}
 
-{*  same as $module[$view].'.tpl' in a php script
+{*  same as $module[$view].'.tpl' in a php script *}
 {include file="$module.$view.tpl"}
 ]]>
   </programlisting>