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) - '&nbsp' 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 "&nbsp" 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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        Folder</td>
                        <td align="right"># messages&nbsp;&nbsp;</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

Reply via email to