7.0.0: Single quotes escaping
- Changed single quotes to be emitted as
'for all PHP versions.
This breaks backwards compatiblity but ensure there are no security
risks with expressions such as<a href='{{url}}'>...</a>.
(@thekid)
' for all PHP versions.<a href='{{url}}'>...</a>.