1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] missing ending span in re...
FromSent OnAttachments
Laurent WacrenierSep 3, 2004 5:58 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] missing ending span in readmsg.html templateActions...
From:Laurent Wacrenier (lw@teaser.fr)
Date:Sep 3, 2004 5:58:38 am
List:net.sourceforge.lists.courier-sqwebmail

Hi,

HTML validator (http://validator.w3.org/) fails to readmsg templates On an address header display, a </span> is missing with sqwebmail 4.0.6

Here is a sample output (lines feeds are mine):

<tr valign="baseline"> <th align="right" class="message-rfc822-header-name"> To: <span class="tt"> &nbsp; </span> </th> <td> <span class="message-rfc822-header-contents"> <a
href="XXX?folder=INBOX&amp;form=quickadd&amp;pos=23&amp;newname=lwa%40XXX&amp;newaddr=lwa%40XXX"
style="text-decoration: none" onmouseover="window.status='Ajouter au carnet
d\'addresses'; return true;" onmouseout="window.status=''; return true;" > <span class="message-rfc822-header-address"> lwa@XXX </a> <------- no </span> here </span> </td> </tr>

I'm unsure of the need of the starting <span>. A <a class="message-rfc822-header-address" ...> should be enough.