Small fix: scrolling list (USMARC/UNIMARC) incorrectly displayed
This commit is contained in:
parent
0ded1ac11e
commit
e2c0d9f154
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue