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