Skip to content

Commit

Permalink
Merge pull request #33 from denis-chmel/patch-1
Browse files Browse the repository at this point in the history
Do not remove "display: none" tags from email
  • Loading branch information
emilsundberg committed Apr 19, 2016
2 parents e9c1814 + 810572b commit ff73103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Snowfire/Beautymail/CssInlinerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class CssInlinerPlugin implements \Swift_Events_SendListener
public function __construct()
{
$this->inliner = new \Pelago\Emogrifier();
$this->inliner->disableInvisibleNodeRemoval();
}

/**
Expand Down

0 comments on commit ff73103

Please sign in to comment.