Module: check_mk
Branch: master
Commit: e96b390633a0eb0ec0a4b83f476b9b2b4225eb2d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e96b390633a0eb…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Nov 21 16:50:39 2013 +0100
FIX Added HTML escaping to several global settings attributes
This fixes problems when display settings the contain characters
like <tt><</tt> and <tt>></tt>. One example is the
setting
for the email command, which might contain strings like <tt>-r '<Hirni
Baldi> hirni@baldi'</tt>.
---
.werks/220 | 4 +++-
ChangeLog | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.werks/220 b/.werks/220
index bfadf2f..b25de65 100644
--- a/.werks/220
+++ b/.werks/220
@@ -5,4 +5,6 @@ Version: 1.2.3i7
Date: 1384955251
Class: fix
-
+This fixes problems when display settings the contain characters
+like <tt><</tt> and <tt>></tt>. One example is the
setting
+for the email command, which might contain strings like <tt>-r '<Hirni
Baldi> hirni@baldi'</tt>.
diff --git a/ChangeLog b/ChangeLog
index 50cda46..246bf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
* 0213 FIX: LDAP: Various small improvements for handling the LDAP user connector
* 0039 FIX: Encoding bug on rendering global settings...
* 0219 FIX: Improved output of long contact group names in WATO folders
- * 0220 FIX: Added HTML escaping to several global settings attributes
+ * 0220 FIX: Added HTML escaping to several global settings attributes...
* 0234 FIX: Improved handling of interface inventory states / types...
Notifications: