PDA

View Full Version : Fix for stretch bug



iStormy
12-02-2004, 03:22 PM
Two closing tags are missing from the nav button bar for logged-in users, which causes the wiiiidescreen version of DC in the Opera browser.

Line 472 of the HTML appears as (look at the end of the line):
<td class="vbmenu_control"><a href="http://www.detailcity.com/login.php?do=logout&amp;u=3417" onclick="return log_out()">Log Out</tr>

It should read (look at the end of the line):
<td class="vbmenu_control"><a href="http://www.detailcity.com/login.php?do=logout&amp;u=3417" onclick="return log_out()">Log Out</TD></tr></TABLE>

A /TD was added before the /TR, and a /TABLE at the end. I`ve tested the patch in Opera 7.53, Firefox 1.0PR, and IE 6.0.

I do so want to read DC in Opera, not Firefox. :D