Форуми / Cotonti / Extensions / Support / what's new plugin

GHengeveld
#31194 26.10.2011 14:58

Line 38, change:

$plugin_body .= "<h2>".$L['plu_title']."</h2>";

To:

$plugin_body .= "<h2 style=\"margin:0;\">".$L['plu_title']."</h2>";

Not the nicest solution (CSS is better) but should work.