fixed example

This commit is contained in:
messju
2006-04-19 10:24:48 +00:00
parent c0d90c8a08
commit febbfbf7a4

View File

@@ -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>