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 &lt;span
> class='preferred_name'&gt;Ronnie&lt;/span&gt; &lt;span
> class='surname'&gt;Ballard&lt;/span&gt; &lt;span
> class='cardnumber'&gt;(23529000139858)&lt;/span&gt; › 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) &rsaquo;
Patrons &rsaquo; Koha</title>

"&rsaquo; Patrons &rsaquo; 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/

Reply via email to