$content .= '</div>';
?>
You shouldn't remove that </div>, as it balances the '<div id="' . str_replace(... at the top of the file.
If your output needs one less </div> to be correct, it would be better to remove it from the $content accumulation in the module file, or add one at the beginning of the module sequence if really necessary.


Reply With Quote

