mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-14 22:18:44 +00:00
Update Builder.php
I fixed, because it converting only quotes html for xml.
This commit is contained in:
parent
d763af36e0
commit
14940ed615
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class Builder
|
|||
|
||||
return vsprintf("<apps:property name='%s' value='%s'/>", [
|
||||
$key,
|
||||
htmlentities($this->implode($value)),
|
||||
htmlentities($this->implode($value), ENT_QUOTES | ENT_XML1),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue