Tiny bug [message #20443] |
Thu, 14 October 2004 17:16 |
Abraxa
Messages: 72 Registered: August 2004 Location: Germany
Karma: 0
|
Member |
|
|
Attachments in posts have a closing tag too much:
<ul class="AttachmentsList">
<li />
<a href="index.php?t=getfile&id=1361&"><img alt="" src="images/mime/image.gif" class="at" /></a>
<span class="GenText fb">Attachment:</span> <a href="index.php?t=getfile&id=1361&">ddp.jpg</a><br />
<span class="SmallText">(Size: 9.77KB, Downloaded 7 time(s))<p /></span>
</ul>
Also, there's the closing </li> missing, even though the W3C validator doesn't complain about it - maybe it's not necessary after all?
-Soeren
[Updated on: Thu, 14 October 2004 17:18] Report message to a moderator
|
|
|
Re: Tiny bug [message #20444 is a reply to message #20443] |
Thu, 14 October 2004 17:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
<li></li> is the same as <li />
FUDforum Core Developer
|
|
|
Re: Tiny bug [message #20445 is a reply to message #20444] |
Thu, 14 October 2004 17:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
<p /> is fine too... it's basically the same as <p></p>
FUDforum Core Developer
|
|
|
|
Re: Tiny bug [message #20448 is a reply to message #20446] |
Thu, 14 October 2004 20:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
nope it's perfectly valid, even in XHTML.
FUDforum Core Developer
|
|
|
|