From 6555d347a74fc7c85b76cbf621e8ba1219d12e99 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Wed, 18 Jun 2014 14:33:03 +0200 Subject: [PATCH] Escape InlinePie html and adjust chart size fixes #6117 --- library/Icinga/Web/Widget/Chart/InlinePie.php | 47 +++++++++---------- .../application/views/helpers/Perfdata.php | 2 +- public/js/icinga/events.js | 4 +- 3 files changed, 25 insertions(+), 28 deletions(-) diff --git a/library/Icinga/Web/Widget/Chart/InlinePie.php b/library/Icinga/Web/Widget/Chart/InlinePie.php index 73590c1c2..256860025 100644 --- a/library/Icinga/Web/Widget/Chart/InlinePie.php +++ b/library/Icinga/Web/Widget/Chart/InlinePie.php @@ -217,10 +217,10 @@ EOD; } /** - * A format string used to render the content of the piechar tooltips + * A format string used to render the content of the piechart tooltips * - * Placeholders using curly braces '{FOO}' are replace with their specific values. Available - * values are: + * Placeholders using curly braces '{FOO}' are replace with their specific values. The format + * String may contain HTML-Markup. The available replaceable values are: *