?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/pelago/emogrifier/src/HtmlProcessor/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/pelago/emogrifier/src

?? Viewing: 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
 *
 * @author Oliver Klee <github@oliverklee.de>
 */
class HtmlNormalizer extends AbstractHtmlProcessor
{
}


??

??