HTML/CSS/InlineStyle.php
authorjohn <john@roojs.com>
Wed, 20 Dec 2017 04:47:28 +0000 (12:47 +0800)
committerjohn <john@roojs.com>
Wed, 20 Dec 2017 04:47:28 +0000 (12:47 +0800)
HTML/CSS/InlineStyle.php

index 7661d5f..bf78799 100644 (file)
@@ -48,6 +48,7 @@ class HTML_CSS_InlineStyle
     */
     public function __construct($html = '')
     {
+        var_dump($html);
         if ($html) {
             if (file_exists($html))
                 $this->loadHTMLFile($html);