Bug 29329: Remove stray character in opac-detail.tt
1. Have OpacBrowseResults on. 2. Make search with many results. 3. Go to the record detail page 4. Click 'Browse results' 5. At the bottom of the container notice the stray "s". 6. apply patch 7. Try again, the "s" is gone! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
2666f34b0c
commit
036d7bd428
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@
|
|||
</li>
|
||||
[% END # /IF listitem.biblionumber %]
|
||||
[% END # /FOREACH listitem %]
|
||||
</ul> <!-- /#ul_pagination_list -->s
|
||||
</ul> <!-- /#ul_pagination_list -->
|
||||
</div> <!-- /.pagination_list -->
|
||||
</div> <!-- /.results-pagination -->
|
||||
[% END # /IF ( listResults ) %]
|
||||
|
|
Loading…
Reference in a new issue