https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30568
--- Comment #14 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #12) > This breaks some strings where the no_html flag is passed. For example, go > to the hold history for a patron with this applied and view the title > element: > > <title>Holds history for <span > class='preferred_name'>Ronnie</span> <span > class='surname'>Ballard</span> <span > class='cardnumber'>(23529000139858)</span> › Patrons › Koha</title> > > It's attempting to pass in HTML when it shouldn't. Updated the intranet patch to account for no_html. It doesn't look like a comparable flag exists on the OPAC. Here's the title of a hold history page without my patches: <title>Holds history for Jim Andrew (Ace) Acevedo (23529000035676) › Patrons › Koha</title> "› Patrons › Koha" seems to be there before my code. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
