File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/HtmlNormalizer.php.tar
wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php 0000644 00000000502 15155513765 0036713 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
declare(strict_types=1);
namespace Pelago\Emogrifier\HtmlProcessor;
/**
* Normalizes HTML:
* - add a document type (HTML5) if missing
* - disentangle incorrectly nested tags
* - add HEAD and BODY elements (if they are missing)
* - reformat the HTML
*/
class HtmlNormalizer extends AbstractHtmlProcessor
{
}