https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75039|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 75046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75046&action=edit Bug 20685: Escape letter template content in textarea Test plan: enter the following text into the Email template for 'HOLD_SLIP' in Home › Tools › Notices & Slips › Modify notice <div style='max-width: 4in;'> <h3><<borrowers.surname>>, <<borrowers.firstname>></h3><br /> <<borrowers.streetnumber>> <<borrowers.address>><br /> <<borrowers.address2>><br /> <<borrowers.city>>, <<borrowers.state>> <<borrowers.zipcode>><br /> <br /> <br /> <img src="/cgi-bin/koha/svc/barcode?barcode=<<borrowers.cardnumber>>&type=Industrial2of5¬ext=1"> Edit it again Without this patch you will get: <img src="/cgi-bin/koha/svc/barcode?barcode=<<borrowers.cardnumber>>&type=Industrial2of5¬ext=1"> Signed-off-by: Barton Chittenden <barton@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.