http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9737 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to comment #4)
This seems to work fine, but I would rather sign off on a version that didn't include the biblionumber in a title attribute here:
<span title="[% SEARCH_RESULT.biblionumber %]"
That looks like debugging information to me. It's certainly not relevant to the user.
Hi Owen: I was just following the convention already set out by the LocalCoverImages and GoogleJackets code. They both have <span title="[% SEARCH_RESULT.biblionumber |url %]" in the templates. I agree that this information isn't relevant to the user and I don't know of any code that relies on it, so perhaps a follow-up patch removing all 3 instances of this span title is in order? -- You are receiving this mail because: You are watching all bug changes.