http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7535 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-21 15:45:30 UTC --- QA comment: tiny patch, passed QA Note that + $data =~ s/\&\;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.