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[ <![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>