Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/pelago/emogrifier/src/HtmlProcessor/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php

<?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
 */
final class HtmlNormalizer extends AbstractHtmlProcessor {}