Module: check_mk
Branch: master
Commit: f33323ef6298ba646a32bddacd3a80ecbe2e91e5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f33323ef6298ba…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Dec 1 13:09:54 2016 +0100
Fixed broken links in WATO rule editor help text
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index c521b9b..5fb22d8 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -13175,7 +13175,7 @@ def mode_edit_rule(phase, new = False):
(rulespec["title"], new_rule_folder.alias_path()))
if rulespec.get("help"):
- html.div(rulespec["help"], class_="info")
+ html.div(HTML(rulespec["help"]), class_="info")
html.begin_form("rule_editor", method="POST")