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…
Reference in New Issue