fix output example for html_radios

This commit is contained in:
mohrt
2005-04-04 16:34:31 +00:00
parent b1ccafb9c1
commit 9bcbd1628e

View File

@@ -114,10 +114,10 @@ index.tpl:
OUTPUT: (both examples) OUTPUT: (both examples)
<input type="radio" name="id" value="1000">Joe Schmoe<br /> <label for="id_1000"><input type="radio" name="id" value="1000" id="id_1000" />Joe Schmoe</label><br />
<input type="radio" name="id" value="1001" checked="checked">Jack Smith<br /> <label for="id_1001"><input type="radio" name="id" value="1001" id="id_1001" checked="checked" />Jack Smith</label><br />
<input type="radio" name="id" value="1002">Jane Johnson<br /> <label for="id_1002"><input type="radio" name="id" value="1002" id="id_1002" />Jane Johnson</label><br />
&lt;input type="radio" name="id" value="1003"&gt;Charlie Brown&lt;br /&gt;</programlisting> &lt;label for="id_1003"&gt;&lt;input type="radio" name="id" value="1003" id="id_1003" /&gt;Charlie Brown&lt;/label&gt;&lt;br /&gt;</programlisting>
</example> </example>
</sect1> </sect1>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file