D10 regression when handling faulty HTML fixes.
3 open threads
Merge request reports
Activity
208 208 209 209 $index_keys = $default_keys; 210 210 211 $dom = Html::load($this->source); 211 $tidy = new \tidy(); Especially since core actually offers a fix faulty html option
Edited by Joseph Olstad
Please register or sign in to reply