update doc example

This commit is contained in:
mohrt
2002-03-01 22:26:02 +00:00
parent 0966f1e47f
commit fd1f1dc210

View File

@@ -2986,10 +2986,10 @@ You must supply a <b>state</b>.
OUTPUT: OUTPUT:
<select name=customer_id> <select name=customer_id>
<option value="1000">Joe Schmoe<option> <option value="1000">Joe Schmoe</option>
<option value="1001" selected="selected">Jack Smith<option> <option value="1001" selected="selected">Jack Smith</option>
<option value="1002">Jane Johnson<option> <option value="1002">Jane Johnson</option>
<option value="1003">Charlie Brown<option> <option value="1003">Charlie Brown</option>
&lt;/select&gt;</programlisting> &lt;/select&gt;</programlisting>
</example> </example>
</sect3> </sect3>