http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8401 --- Comment #5 from Fred P <fred.pierre@smfpl.org> --- I believe the problem originates with this file: File: jquery.highlight-3.js Path: /home/koha/kohaclone/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins Removal of this function appears to resolve the issue, not sure about side-effects: -------------------------------------- jQuery.fn.removeHighlight = function() { return this.find("span.term").each(function() { this.parentNode.firstChild.nodeName; with (this.parentNode) { replaceChild(this.firstChild, this); normalize(); ----------------------------------------- -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.