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