E-mail template fails to close HTML tags
-
I’m trying to customize e-mail templates (starting with customer notes). I’ve gotten the template to generate, but the custom e-mails (with *no* modification) seem to produce broken code resulting in a garbled display. To wit:
<td id="header_wrapper" style="padding: 36px 48px; display: block;"> <h1 style='font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; font-s <p style="margin: 0 0 16px;">Hi, ...
Notice the truncated style font-family, ending at
font-s
. This seems to be generated bydo_action( 'woocommerce_email_header', $email_heading, $email );
.Where should I look to debug this annoying (and feature-destroying) problem?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘E-mail template fails to close HTML tags’ is closed to new replies.