Index: /var/www/ps/sites/all/modules/htmlcorrector/htmlcorrector.module =================================================================== --- /var/www/ps/sites/all/modules/htmlcorrector/htmlcorrector.module (revision 3967) +++ /var/www/ps/sites/all/modules/htmlcorrector/htmlcorrector.module (working copy) @@ -26,9 +26,11 @@ // Properly entify angles $text = preg_replace('!<([^a-zA-Z/])!', '<\1', $text); - + // Turn any comments changed in the previous call back into their original state. + $text = preg_replace('@<!--@i', '