https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41053 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188404|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 189535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189535&action=edit Bug 41053: Move notice contents to hidden div With thanks to Jonathan for suggesting this direction. Test plan: Go to patron detail, notices tab for a patron with some notices. Look for a string that only occurs in the notice text of some notice. Without this patch, you should not find that one. With this patch, you should find it. Manipulate the text of a notice to check display of bad html. (Click title.) * Like: update message_queue set content='<p>test</p><a href="' where message_id=X; Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.