Bug 29311: (QA follow-up) Fix filter
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
9b231d0d5b
commit
69a1c4a53a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
<li>
|
||||
[% IF biblionumber %]
|
||||
<label>Title:</label>
|
||||
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">[% title | html %]</a>
|
||||
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">[% title | html %]</a>
|
||||
[% ELSIF ( title_required ) %]
|
||||
<label for="title" class="required">Title:</label>
|
||||
<input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" required="required" />
|
||||
|
|
Loading…
Reference in a new issue