- Updates the template

This commit is contained in:
Vlad
2016-01-04 09:55:16 -05:00
parent 0192934e65
commit bc80f69e41
4 changed files with 12 additions and 19 deletions

View File

@@ -57,7 +57,7 @@ class Renderer {
$selector = 'h3';
break;
case 'text':
$selector = '.mailpoet_paragraph';
$selector = '.mailpoet_paragraph, .mailpoet_blockquote';
break;
case 'body':
$selector = 'body, .mailpoet_content-wrapper';