Bug 4081: Fixes incorrect html tag in opac-advsearch.tmpl.
Fixes <legend> that is closed with </label> Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
bf9c25045f
commit
821ff72c4d
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<fieldset><legend>Language</label>
|
||||
<fieldset><legend>Language</legend>
|
||||
<!-- LANGUAGE LIMIT -->
|
||||
<p><label for="language-limit">Language: </label>
|
||||
<select name="limit">
|
||||
|
|
Loading…
Reference in a new issue