Small fix: scrolling list (USMARC/UNIMARC) incorrectly displayed

This commit is contained in:
plugz 2003-07-11 08:20:42 +00:00
parent 0ded1ac11e
commit e2c0d9f154

View file

@ -41,7 +41,7 @@
<tr valign="top"> <tr valign="top">
<td>Character encoding (USMARC or UNIMARC)</td> <td>Character encoding (USMARC or UNIMARC)</td>
<td> <td>
<select name="syntax"/><option value="USMARC">USMARC</option><option value="UNIMARC">UNIMARC</option></select><br/> <select name="syntax"><option value="USMARC">USMARC</option><option value="UNIMARC">UNIMARC</option></select><br/>
</td> </td>
</tr> </tr>
<tr valign="top"> <tr valign="top">