Why does the transaction email title/H1 have suddenly malformed syntax?
-
About 1 week ago, the transactional emails have broken HTML in this element:
TABLE#template_header td#header_wrapper h1It seems the h1 is malformed – somehow.
It should be this:
<h1 style="font-family: 'helvetica neue',helvetica,roboto,arial,sans-serif; font-size: 30px;font-weight:300; line-height: 150%; margin:0;text-align:left;text-shadow: 0 1px #b3afa5; color:?#202020; background-color: inherit;" bgcolor="inherit">New Order:?#12345</h1>
But it is this:
<h1 style="font-family: " helvetica="" neue",helvetica,roboto,arial,sans-serif;="" font-size:="" 30px;="" font-weight:="" 300;="" line-height:="" 150%;="" margin:="" 0;="" text-align:="" left;="" text-shadow:="" 0="" 1px="" #b3afa5;="" color:=""?#202020;="" background-color:="" inherit;"="" bgcolor="inherit">New Order:?#12345</h1>
It looks like the start is what wrecks it:
? ? <h1 style="font-family: " helvetica=
- I have scoured the code & DB for any code which looks remotely similar and could be the culprit. No luck.
QUESTION: What could be causing this to break and where in the bowels of WC or php can I do to locate/fix this? Is there a hook or something I can use to override it?
- The topic ‘Why does the transaction email title/H1 have suddenly malformed syntax?’ is closed to new replies.