From ce5a03424e30d1dd4a787701798db69049e7d8be Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 3 Feb 2016 19:05:19 +0000 Subject: [PATCH] Bug 15735: Audio Alerts editor broken by use of of single quotes in editor Single quotes audio selector break ability to edit an alert Test Plan: 1) Enable audio alerts 2) Add new a alert with a select containing single quotes such as: input[name*='test'] 3) Note you cannot edit the alert 4) Apply this patch 5) Reload the page 6) You should now be able to edit the alert Signed-off-by: Hector Castro Bug 15734 applied on top. Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit f30091414755728317cf34421f7709a939745881) Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index c31932a724..cfbea17eed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -69,7 +69,7 @@