Repair Tags
We can using repair()
method to repair unpaired tags by php tidy
, if tidy extension not exists, will using simple tag close function to fix it.
$html = '<p>foo</i>';
$html = \Windwalker\Helper\HtmlHelper::repair($html);
echo $html; // <p>foo</p>
Found a typo? Help us improve this document.
This document is for Windwalker Joomla RAD, if you are finding Windwalker PHP framework, please see: Windwalker Framework