diff --git a/library/Icinga/Web/View/helpers/url.php b/library/Icinga/Web/View/helpers/url.php index e3d23a359..0f252310b 100644 --- a/library/Icinga/Web/View/helpers/url.php +++ b/library/Icinga/Web/View/helpers/url.php @@ -103,7 +103,7 @@ $this->addHelperFunction('attributeToString', function ($key, $value) return sprintf( '%s="%s"', $key, - $this->escape($value) + $view->escape($value) ); });