diff options
Diffstat (limited to 'test/fixtures/mail_handler/ticket_html_only.eml')
-rw-r--r-- | test/fixtures/mail_handler/ticket_html_only.eml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/mail_handler/ticket_html_only.eml b/test/fixtures/mail_handler/ticket_html_only.eml index 511e5f107..83710bd65 100644 --- a/test/fixtures/mail_handler/ticket_html_only.eml +++ b/test/fixtures/mail_handler/ticket_html_only.eml @@ -15,8 +15,9 @@ Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> +<style>p {font-size:12.0pt;}</style> </head> <body bgcolor="#ffffff" text="#000000"> -This is a <b>html-only</b> email.<br> +This is a <b>html-only</b> email.<br><h1>With a title</h1><p>and a paragraph.</p> </body> </html> |