[Koha-bugs] [Bug 22946] Markup error in OPAC search results around selection links

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 21 16:06:17 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 89942
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89942&action=edit
Bug 22946: Markup error in OPAC search results around selection links

This patch makes minor corrections to the template for OPAC search
results. These corrections fix errors returned by the HTML validator.

To reproduce the problem, make sure holds and/or tags are enabled in the
OPAC. Perform a search in the OPAC which will return multiple results.
Run the page through the W3C validation service:
https://validator.w3.org. Either by pasting in the URL for the search
results (if web accessible) or by viewing source, copying, and pasting
into "Validate by Direct Input."

This patch addresses one specific error:

 - "Element div not allowed as child of element span in this context."

To test, apply the patch and try again to reproduce the validation
errors. Those errors should no longer be present. There should be no
visible change to the search results view.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list