Module: check_mk
Branch: master
Commit: 3b09d2713698a838b84f8a40132bb6c9b37d5678
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3b09d2713698a8…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri Jun 2 12:02:39 2017 +0200
Unbreak verbatim HTML code in werk description.
It is a bit unclear what the right fix is, because we have *2* renderers for
our own funny markup language: One Python version within Check_MK itself and
another, completely different one in PHP5 on our web page. They behave
differently... :-/ At least this commit should unbreak our GUI crawler.
Change-Id: I5b7ca98ac2f62ce2e59372d18c85b6575bc79069
---
.werks/4733 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.werks/4733 b/.werks/4733
index 23032a3..8163c46 100644
--- a/.werks/4733
+++ b/.werks/4733
@@ -46,7 +46,7 @@ The most common use case will be to add the image generated by this. The
following snippets show how it can be embedded:
F+:
-<img src="http://mycmkserver/mysite/check_mk/graph_image.py?request={%22specification…">
+<img src="http://mycmkserver/mysite/check_mk/graph_image.py?request={%22specification…">
F-:
This will try to open the image from the Check_MK site <tt>mysite</tt> on
@@ -68,7 +68,7 @@ It is also possible to adapt the rendering attributes of the graph using the
title of the graph and sets a custom image size:
F+:
-<img src="http://mycmkserver/mysite/check_mk/graph_image.py?request={%22specification…">
+<img src="http://mycmkserver/mysite/check_mk/graph_image.py?request={%22specification…">
F-:
Again, the human friendly formated request object: