parent
27960fc628
commit
c2fe0232ca
|
@ -103,7 +103,7 @@ $this->addHelperFunction('attributeToString', function ($key, $value)
|
|||
return sprintf(
|
||||
'%s="%s"',
|
||||
$key,
|
||||
$value
|
||||
$this->escape($value)
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue