Whitespace was causing table sorting problem. Fixes Bug 2215, "In page JavaScript sort not working for title on holds tab for my summary."
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
37e4866b5b
commit
39576cd44c
1 changed files with 1 additions and 2 deletions
|
@ -304,8 +304,7 @@ No renewals left
|
|||
<!-- TMPL_ELSE -->
|
||||
<tr>
|
||||
<!-- /TMPL_IF -->
|
||||
<td>
|
||||
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="reserves_title" --></a>
|
||||
<td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="reserves_title" --></a>
|
||||
<!-- TMPL_VAR NAME="author" -->
|
||||
</td>
|
||||
<td><!-- TMPL_VAR NAME="reservedate" --></td>
|
||||
|
|
Loading…
Reference in a new issue