[Koha-bugs] [Bug 7535] OPAC displays ampersands incorrectly.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 21 16:45:30 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7535

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA
                 CC|                            |paul.poulain at biblibre.com

--- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2012-02-21 15:45:30 UTC ---
QA comment: tiny patch, passed QA

Note that 
+    $data =~ s/\&amp\;amp\; /\&amp\; /g;
is not made in output_with_http_headers

It means that, if we don't output something *not* html, and the string replaced
is present, it will be replaced, and that could be not what we're expecting.
Howver, the risk is less than tiny, so I accept this patch.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list