diff --git a/lib/WooCommerce/TransactionalEmails/Renderer.php b/lib/WooCommerce/TransactionalEmails/Renderer.php index 00ed66add9..7737bfc2e4 100644 --- a/lib/WooCommerce/TransactionalEmails/Renderer.php +++ b/lib/WooCommerce/TransactionalEmails/Renderer.php @@ -43,7 +43,7 @@ class Renderer { throw new \Exception("You should call 'render' before 'getHTMLBeforeContent'"); } $html = str_replace(ContentPreprocessor::WC_HEADING_PLACEHOLDER, $headingText, $this->htmlBeforeContent); - return $html . '
'; + return $html . '
'; } public function getHTMLAfterContent() {