diff --git a/outputhtml.php b/outputhtml.php index d9c9af3..4c7c5d2 100644 --- a/outputhtml.php +++ b/outputhtml.php @@ -127,7 +127,7 @@ EOT; unset ($errors[$key]); } libxml_clear_errors(); - if (! empty ($errors)) +/* if (! empty ($errors)) { echo "ERROR: Invalid HTML provided\n"; echo "
"; print_r ($errors);
@@ -137,7 +137,7 @@ EOT;
       }
       echo "
"; exit; - } + }*/ foreach (array ("script" => "src", "link" => "href", "img" => "src") as $key=>$val) {