Closed (fixed)
Project:
OG Teampage
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Mar 2008 at 12:43 UTC
Updated:
29 Aug 2008 at 13:34 UTC
When i installed this module, the appearance of the page was faulty because of a closed
that has no corresponding open
I don't know where this overlapping div comes from. But removing one closed div from the html script balances out the divs and makes the page render properly.
og_teampage.module L168
$table .= '
';
change to:
$table .= '';
I can't see where the errant div is introduced. If someone can find that then they should fix it. This is a stopgap measure that'll hold for the time being ...
Cheers
Comments
Comment #1
TaraIT commentedErr that should read ...
change $table .= '</div>'; to $table .= '' ;
Am i the only one that has experienced this error ?
PS: Maybe if the html was W3C validated, errors like these would be easier to spot ?
Comment #2
MartinSfromB commentedI think, its fixed due the time.