mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 20:04:27 +02:00
fix build..
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
Local variables:
|
Local variables:
|
||||||
mode: sgml
|
mode: sgml
|
||||||
@@ -143,3 +144,4 @@
|
|||||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||||
vim: et tw=78 syn=sgml
|
vim: et tw=78 syn=sgml
|
||||||
vi: ts=1 sw=1
|
vi: ts=1 sw=1
|
||||||
|
-->
|
||||||
|
@@ -70,12 +70,12 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If the optional <emphasis>name</emphasis> attribute is given, the
|
If the optional <emphasis>name</emphasis> attribute is given, the
|
||||||
<select name="groupname"></select> tags will enclose
|
<select name="groupname"></select> tags will enclose
|
||||||
the option list. Otherwise only the option list is generated.
|
the option list. Otherwise only the option list is generated.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
All parameters that are not in the list above are printed as
|
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 <select>-tag. They are ignored if
|
||||||
the optional <emphasis>name</emphasis> is not given.
|
the optional <emphasis>name</emphasis> is not given.
|
||||||
</para>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
@@ -153,6 +153,7 @@
|
|||||||
</screen>
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
Local variables:
|
Local variables:
|
||||||
mode: sgml
|
mode: sgml
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
All parameters that are not in the list above are printed as
|
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 <input>-tags.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
|
Reference in New Issue
Block a user