This is a discussion on Re: [courier-users] Sqwebmail - not well-formed within the Courier-Imap forums, part of the Mail Servers and Related category; This is a multi-part message in MIME format. --------------050106030206010103030301 Content-Type: text/plain; charset=ISO-8859-2; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------050106030206010103030301 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Sam Varshavchik napisał(a): > Bambero writes: > >> Hello >> >> I'm making new, more simple interface and polish translation for >> sqwebmail. >> I found two errors (which cannot be eliminated in html files) parsing >> xhtml content in file with id: >> <!-- $Id: folders.html,v 1.47 2004/02/23 00:04:05 mrsam Exp $ --> >> >> - line 156, char 269: not well-formed (invalid token) - ' ' have >> no ';' at the end >> >> - line 162, char 20: mismatched tag - no '</table>' tag >> >> my package number is courier-0.48.2 > > > There is no occurence of " " on line 156 of folders.html. > > There is no occurence of </table> on line 162 of folders.html. Yes there is. But not in the html files. There is an error in folder.c file. As I see there is more little xhtml errors. Here is a part of folders.html file: If Calendar is disabled '<div>' is not opened but it is closed below. <table width="100%" class="folderlist" cellspacing="4" cellpadding="4" border="0"> <tbody> <tr> <td><!-- [#?7#] Calendar link --> * <div class="folderlist">* [#EVENTSUMMARY#] <hr width="100%" /> <!-- [#?#] --> [#QUOTA#] <table border="0" cellspacing="0" cellpadding="4" width="100%" class="folderlist-header"> <tbody> <tr> <td align="left"> Folder</td> <td align="right"># messages </td> </tr> </tbody> </table> <!-- End folder box titles --> <!-- Start folders --> [#L#] <!-- End folders --> *</div>* </td> </tr> </tbody> </table> > > Wherever you got this file from, it wasn't from courier 0.48.2. > I'm sure it was, I get this from http://www.courier-mta.org/?download.php --------------050106030206010103030301 Content-Type: text/html; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Sam Varshavchik napisał(a): <blockquote cite="midcone.1110239103.219519.12336.500@commodor e.email-scan.com" type="cite">Bambero writes: <br> <br> <blockquote type="cite">Hello <br> <br> I'm making new, more simple interface and polish translation for sqwebmail. <br> I found two errors (which cannot be eliminated in html files) parsing xhtml content in file with id: <br> <!-- $Id: folders.html,v 1.47 2004/02/23 00:04:05 mrsam Exp $ --> <br> <br> *- line 156, char 269: not well-formed (invalid token) - '&nbsp' have no ';' at the end <br> <br> *- line 162, char 20: mismatched tag - no '</table>' tag <br> <br> my package number is courier-0.48.2 <br> </blockquote> <br> There is no occurence of "&nbsp" on line 156 of folders.html. <br> <br> There is no occurence of </table> on line 162 of folders.html. <br> </blockquote> Yes there is. But not in the html files. There is an error in folder.c file.<br> As I see there is more little xhtml errors.<br> Here is a part of folders.html file:<br> If Calendar is disabled '<div>' is not opened but it is closed below.<br> <br> ******** <table width="100%" class="folderlist" cellspacing="4"<br> ********* cellpadding="4" border="0"><br> *********** <tbody><br> ************* <tr><br> *************** <td><!-- [#?7#] Calendar link --><br> <br> *****************<b> <div class="folderlist"></b><br> ***************** [#EVENTSUMMARY#]<br> ***************** <hr width="100%" /><br> ***************** <!-- [#?#] --><br> ***************** [#QUOTA#]<br> <br> ***************** <table border="0" cellspacing="0" cellpadding="4"<br> ***************** width="100%" class="folderlist-header"><br> ******************* <tbody><br> ********************* <tr><br> *********************** <td align="left">&nbsp;&nbsp;&nbsp;& ;nbsp;&nbsp;<br> *********************** Folder</td><br> *********************** <td align="right"># messages&nbsp;&nbsp;</td><br> ********************* </tr><br> ******************* </tbody><br> ***************** </table><br> ***************** <!--<br> ***************** End folder box titles<br> ***************** --><br> ***************** <!--<br> <br> ***************** Start folders<br> <br> ***************** --><br> ***************** [#L#] <!--<br> <br> ***************** End folders<br> <br> ***************** --><br> ***************** <b></div></b><br> *************** </td><br> ************* </tr><br> *********** </tbody><br> ********* </table><br> <blockquote cite="midcone.1110239103.219519.12336.500@commodor e.email-scan.com" type="cite"><br> Wherever you got this file from, it wasn't from courier 0.48.2. <br> <br> </blockquote> I'm sure it was, I get this from <a class="moz-txt-link-freetext" href="http://www.courier-mta.org/?download.php">http://www.courier-mta.org/?download.php</a><br> <br> </body> </html> --------------050106030206010103030301-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |