mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
fixed example
This commit is contained in:
@@ -176,8 +176,7 @@ where the template is:
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
<select name="type_id">
|
<select name="type_id">
|
||||||
<option value='null'>-- none --</option>
|
<option value='null'>-- none --</option>
|
||||||
{html_options name='contact_type_type' options=$contact_types
|
{html_options options=$contact_types selected=$contact.type_id}
|
||||||
selected=$contact.type_id}
|
|
||||||
</select>
|
</select>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Reference in New Issue
Block a user