mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
c2fe0232ca
commit
631b3d9f6e
@ -103,7 +103,7 @@ $this->addHelperFunction('attributeToString', function ($key, $value)
|
|||||||
return sprintf(
|
return sprintf(
|
||||||
'%s="%s"',
|
'%s="%s"',
|
||||||
$key,
|
$key,
|
||||||
$this->escape($value)
|
$view->escape($value)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user