There are 2 <strong> tags in the availability section of opac-facets.inc So if you restrict by availability you get some odd display issues on the search results screen
Created attachment 50099 [details] [review] Bug 16233 Unclosed <strong> in opac-facets.inc To test: 1/ Do a search in the OPAC 2/ Restrict to only available items 3/ Notice the authors now appear bold 4/ Apply patch 5/ Refresh the page 6/ Authors should now look normal again
Comment on attachment 50099 [details] [review] Bug 16233 Unclosed <strong> in opac-facets.inc Review of attachment 50099 [details] [review]: ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc @@ -6,4 @@ > <ul> > <li> > [% IF ( available ) %] > - <strong>Showing only available items<strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Show all items</a> Good catch! Just a single / missing to close the tag.
Created attachment 50107 [details] [review] Bug 16233 Unclosed <strong> in opac-facets.inc To test: 1/ Do a search in the OPAC 2/ Restrict to only available items 3/ Notice the authors now appear bold 4/ Apply patch 5/ Refresh the page 6/ Authors should now look normal again Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Created attachment 50110 [details] [review] [PASSED QA] Bug 16233 Unclosed <strong> in opac-facets.inc To test: 1/ Do a search in the OPAC 2/ Restrict to only available items 3/ Notice the authors now appear bold 4/ Apply patch 5/ Refresh the page 6/ Authors should now look normal again Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to Master - Should be in the May 2016 Release. Thanks!
Patch pushed to 3.22.x, will be in 3.22.7