The only page I am currently using Panels on is my front page, and when trying to validate that page, the single error I get is:

Error Line 257, column 10: there is no attribute "clear" .

So how can that be removed/altered?

Comments

pietrocap’s picture

The same happened to me.
Solution: In modules/panels/layout find the .inc file related to the layout you are using and edit it with notepad or whatever code editor you prefer.
At the bottom of the code find the line:
<br clear="both" />
Replace it with
<br style="clear:both" />

mb2’s picture

Status: Active » Fixed

That worked! Thank you.

merlinofchaos’s picture

Checked in a fix for this.

Anonymous’s picture

Status: Fixed » Closed (fixed)