Summary: | Unclosed <strong> tag in the opac-facets.inc breaks some display | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | brendan, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 16233 Unclosed <strong> in opac-facets.inc
Bug 16233 Unclosed <strong> in opac-facets.inc [PASSED QA] Bug 16233 Unclosed <strong> in opac-facets.inc |
Description
Chris Cormack
2016-04-10 22:10:01 UTC
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 |