Files
piratepoet/mailpoet/lib-3rd-party
Rostislav Wolny cb9692bfed Fix PHP warning parsing CSS with new lines
In case there were new lines on the CSS string, the parser threw
a warning on an empty line with \n. The original check $kv === ''
didn't catch "  \n".
Applying trim to a CSS rule should be safe
because whitespace at the end or beginning of a rule is meaningless.

[MAILPOET-5540]
2023-09-21 14:20:35 +02:00
..