PDA

View Full Version : [FIXED (in 2.3.0 final) Tiny HTML error in admin/index.php


Marco
Mon 17th Feb '03, 12:41pm
I didn't think this was worth a new topic... but according to Steve Machol it is, so here goes. :)

admin/index.php, line 76:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</b></b></TD>

Should ofcourse be:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</a></b></td>

What this fixes: the <a>-tag is now actually closed instead of having two closing </b>-tags there. Also changed the </td>-tag to lowercase, though that doesn't really matter :p

Floris
Mon 17th Feb '03, 1:09pm
Is this also appearing in 2.2.9 or only 2.3.0 ?

Marco
Mon 17th Feb '03, 1:18pm
Oops.. forgot to mention that. The error is in both :)

Steve Machol
Mon 17th Feb '03, 1:37pm
Confirmed and moved to Bugs.

Kier
Mon 17th Feb '03, 2:25pm
Fixed... will appear in the 2.3.0 final release