cvs: smarty /docs/en/designers/language-builtin-functions language-function-include-php.xml /docs/en/designers/language-custom-functions language-function-html-options.xml language-function-html-radios.xml

"Nuno Lopes" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsnlopess1115737790@cvsserver>
nlopess		Tue May 10 11:09:50 2005 EDT

  Modified files:              
    /smarty/docs/en/designers/language-builtin-functions	
                                                        	language-function-include-php.xml 
    /smarty/docs/en/designers/language-custom-functions	
                                                       	language-function-html-options.xml 
                                                       	language-function-html-radios.xml 
  Log:
  fix build..
  
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml:1.2 smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml:1.3
--- smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml:1.2	Tue May 10 07:42:38 2005
+++ smarty/docs/en/designers/language-builtin-functions/language-function-include-php.xml	Tue May 10 11:09:47 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <sect1 id="language.function.include.php">
  <title>include_php</title>
  <informaltable frame="all">
@@ -124,22 +124,24 @@
   </programlisting>
  </example>
 </sect1>
- <!-- Keep this comment at the end of the file
-      Local variables:
-      mode: sgml
-      sgml-omittag:t
-      sgml-shorttag:t
-      sgml-minimize-attributes:nil
-      sgml-always-quote-attributes:t
-      sgml-indent-step:1
-      sgml-indent-data:t
-      indent-tabs-mode:nil
-      sgml-parent-document:nil
-      sgml-default-dtd-file:"../../../../manual.ced"
-      sgml-exposed-tags:nil
-      sgml-local-catalogs:nil
-      sgml-local-ecat-files:nil
-      End:
-      vim600: syn=xml fen fdm=syntax fdl=2 si
-      vim: et tw=78 syn=sgml
-      vi: ts=1 sw=1
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml?r1=1.6&r2=1.7&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.6 smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.7
--- smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.6	Tue May 10 07:42:40 2005
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml	Tue May 10 11:09:49 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <sect1 id="language.function.html.options">
  <title>html_options</title>
  <informaltable frame="all">
@@ -70,12 +70,12 @@
  </para>
  <para>
   If the optional <emphasis>name</emphasis> attribute is given, the
-  <select name="groupname"></select> tags will enclose
+  &lt;select name="groupname"&gt;&lt;/select&gt; tags will enclose
   the option list. Otherwise only the option list is generated.
  </para>
  <para>
   All parameters that are not in the list above are printed as
-  name/value-pairs inside the <select>-tag. They are ignored if
+  name/value-pairs inside the &lt;select&gt;-tag. They are ignored if
   the optional <emphasis>name</emphasis> is not given.
  </para>
  <example>
@@ -153,23 +153,24 @@
   </screen>
  </example>
 </sect1>
+
 <!-- Keep this comment at the end of the file
- Local variables:
- mode: sgml
- sgml-omittag:t
- sgml-shorttag:t
- sgml-minimize-attributes:nil
- sgml-always-quote-attributes:t
- sgml-indent-step:1
- sgml-indent-data:t
- indent-tabs-mode:nil
- sgml-parent-document:nil
- sgml-default-dtd-file:"../../../../manual.ced"
- sgml-exposed-tags:nil
- sgml-local-catalogs:nil
- sgml-local-ecat-files:nil
- End:
- vim600: syn=xml fen fdm=syntax fdl=2 si
- vim: et tw=78 syn=sgml
- vi: ts=1 sw=1
- -->
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml:1.5 smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml:1.6
--- smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml:1.5	Tue May 10 07:42:40 2005
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-radios.xml	Tue May 10 11:09:49 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <sect1 id="language.function.html.radios">
  <title>html_radios</title>
  <informaltable frame="all">
@@ -72,7 +72,7 @@
  </para>
  <para>
   All parameters that are not in the list above are printed as
-  name/value-pairs inside each of the created <input>-tags.
+  name/value-pairs inside each of the created &lt;input&gt;-tags.
  </para>
 
  <example>

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.