Module: check_mk
Branch: master
Commit: d8b13a8f82e84e8f3dd2371d3d4e269be0d64409
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d8b13a8f82e84e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Oct 8 15:34:18 2013 +0200
Repair folging in vim, added #. to comments
---
web/htdocs/wato.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index c64d8e1..daed091 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -5417,6 +5417,7 @@ def render_main_menu(some_modules, columns = 2):
html.write("</div>")
+#.
# .--LDAP Config---------------------------------------------------------.
# | _ ____ _ ____ ____ __ _ |
# | | | | _ \ / \ | _ \ / ___|___ _ __ / _(_) __ _ |
@@ -13100,6 +13101,7 @@ def mode_bi_edit_rule(phase):
html.set_focus("rule_p_title")
html.end_form()
+#.
# .--Custom-Attrs.-------------------------------------------------------.
# | ____ _ _ _ _ |
# | / ___| _ ___| |_ ___ _ __ ___ / \ | |_| |_ _ __ ___ |