Hi,

I mentioned this error before, but just reading this it seems drupal comes with a solution for the problem. Great ain't it?

Simple put, in node.tpl.php, replace line 11:

<div class="node-info">

with

<div class="node-info clear-block">

and the drupal will fix the spilling/bounding issues.

Comments

Anonymous’s picture

Assigned: Unassigned »

Thanks, I'l include this default drupal class to the next dev version :)

Anonymous’s picture

Status: Needs review » Fixed

Submited

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.