From 392291a530e4fadcffd771ff756fc1d83c52519c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 3 May 2018 15:40:11 -0300 Subject: [PATCH] Bug 20685: Escape letter template content in textarea MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test plan: enter the following text into the Email template for 'HOLD_SLIP' in Home › Tools › Notices & Slips › Modify notice

<>, <>


<> <>
<>
<>, <> <>


Edit it again Without this patch you will get: Signed-off-by: Barton Chittenden Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index d7cfab2..7149499 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -360,7 +360,7 @@ - + -- 2.1.4