https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23720 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- This looks like it will work well, but needs a minor change: You can't add a non-unique ID attribute to an element which will be repeated for each search results. I suggest this: <div id="title_summary_[% SEARCH_RESULT.biblionumber | html %]" class="title_summary"> That provides a class for global styling and a unique ID just in case. -- You are receiving this mail because: You are watching all bug changes.