1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 17:26:25 +02:00

Fixed missing return value (#349)

This commit is contained in:
Michael Kliewe
2022-11-19 23:26:34 +01:00
committed by GitHub
parent 909dda6621
commit becc9d40cf

View File

@ -221,6 +221,7 @@ class HTMLPurifier_HTMLModule_Tidy extends HTMLPurifier_HTMLModule
*/
public function makeFixes()
{
return array();
}
}