File "HtmlNormalizer.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/HtmlNormalizer.php
File size: 345 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

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 <[email protected]>
 */
class HtmlNormalizer extends AbstractHtmlProcessor
{
}