[Bug 358723] Re: awstats.pl does not close table row

Andreas Olsson andreas at arrakis.se
Sat Feb 20 21:13:00 GMT 2010


I can confirm this issue in awstats 6.9~dfsg-1ubuntu3, which currently
exists in both Karmic and Lucid. Assuming ShowDaysOfWeekStats=PH we will
find this HTML generated

<tr><td width="80" bgcolor="#ECECEC">Day</td><td width="80"
bgcolor="#4477DD">Pages</td><td width="80"
bgcolor="#66DDEE">Hits</td><tr><td>Mon</td><td>0</td><td>0</td></tr>

...and by adding some whitespace

<tr>
  <td width="80" bgcolor="#ECECEC">Day</td>
  <td width="80" bgcolor="#4477DD">Pages</td>
  <td width="80" bgcolor="#66DDEE">Hits</td>
<tr>
  <td>Mon</td>
  <td>0</td>
  <td>0</td>
</tr>

Yes, there is a </tr> missing.

** Changed in: awstats (Ubuntu)
       Status: New => Confirmed

** Changed in: awstats (Ubuntu)
   Importance: Undecided => Low

-- 
awstats.pl does not close table row
https://bugs.launchpad.net/bugs/358723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats in ubuntu.



More information about the Ubuntu-server-bugs mailing list