From 9471917c0d75ef16d6cf79018f5fe996a7c95350 Mon Sep 17 00:00:00 2001 From: Dmitriy Zhuk Date: Sun, 2 Oct 2016 16:17:16 +0300 Subject: [PATCH] no message --- src/InkyPremailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/InkyPremailer.php b/src/InkyPremailer.php index bc7ef2b..44288da 100644 --- a/src/InkyPremailer.php +++ b/src/InkyPremailer.php @@ -55,7 +55,6 @@ public function render($html, $links = false, $styles = false) { } $html_styles = $dom->find('style'); - foreach($html_styles as $html_style){ $css .= $html_style->innerHtml; }