From 2faf92b0182684b33f3856633e2d067300b81cae Mon Sep 17 00:00:00 2001 From: Gerhard Date: Wed, 11 Mar 2015 12:55:17 +0200 Subject: [PATCH] Escape colour outputs in email styles --- templates/emails/email-styles.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/emails/email-styles.php b/templates/emails/email-styles.php index 43f41ecda4f..b35fad83346 100644 --- a/templates/emails/email-styles.php +++ b/templates/emails/email-styles.php @@ -40,7 +40,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); #template_header { background-color: ; border-radius: 3px 3px 0 0 !important; - color: ; + color: ; border-bottom: 0; font-weight: bold; line-height: 100%; @@ -49,7 +49,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); } #template_header h1 { - color: ; + color: ; } #template_footer td { @@ -81,7 +81,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); } #body_content_inner { - color: ; + color: ; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 14px; line-height: 150%; @@ -98,7 +98,7 @@ h1 { margin: 0; padding: 36px 48px; text-align: ; - text-shadow: 0 1px 0 ; + text-shadow: 0 1px 0 ; -webkit-font-smoothing: antialiased; }