1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Added 'clearfix' to e-related as a precaution.

This commit is contained in:
Cameron
2014-01-28 07:39:40 -08:00
parent 5542aae0c6
commit dc2c29fff7

View File

@@ -2287,7 +2287,7 @@ class e_form
if(count($list))
{
return "<div class='e-related'><hr><h4>Related</h4><ul class='e-related'>".implode("\n",$list)."</ul></div>"; //XXX Tablerender?
return "<div class='e-related clearfix'><hr><h4>Related</h4><ul class='e-related'>".implode("\n",$list)."</ul></div>"; //XXX Tablerender?
}
}