Module: check_mk
Branch: master
Commit: 4b3eecec91e9a27f9c634f4c367872aa31771199
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4b3eecec91e9a2…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Feb 26 08:13:20 2018 +0100
Fixed bug in #5853
Change-Id: Ie1a59479a90ef9b9b291e9dd7938767b4d2506e9
---
web/htdocs/views.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/views.py b/web/htdocs/views.py
index cf1e5da..4cd9f23 100644
--- a/web/htdocs/views.py
+++ b/web/htdocs/views.py
@@ -805,7 +805,7 @@ class Cell(object):
else:
txt = img_filename
- txt = html.unescape_attributes(txt)
+ txt = html.escaper.unescape_attributes(txt)
txt = html.strip_tags(txt)
return css_classes, txt