Files
piratepoet/mailpoet/lib/Newsletter/Renderer/Blocks
John Oleksowicz dae1cb19a8 Use toString instead of html
The content saved to the database already encodes content that needs
encoding, e.g. <script> tags. The problem with pQuery's `html` method is
 it decodes everything. By using toString instead, we should be getting
 the same contents that were saved to the database.

MAILPOET-5632
2023-10-18 14:40:32 +02:00
..
2023-01-23 13:31:34 +01:00
2023-10-18 14:40:32 +02:00