http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8144
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #3 from Owen Leonard <[email protected]> --- It's clear how the broken markup is causing the problem: <span class="results_summary other_editions"> <span class="label">Other Editions: </span> <a href="/cgi-bin/koha/opac-search.pl?q=ti,phr:"/> </span> The <a> is not closed. But I can't puzzle out why the closing </a> in the .xsl file isn't doing its job. I also can't see why 775$a isn't being output, whether or not the markup is valid. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
