This is not fixed in Karmic. In /usr/lib/cgi-bin/awstats.pl in line
16907 a <tr> element is opened. If $ShowDaysOfWeekStats does not contain
"B" in line 16918, this <tr> element is never closed.

Patch for awstats 6.9~dfsg-1ubuntu3 in Karmic:

16921c16921
<                                         . ">$Message[75]</td></tr>";
---
>                                         . ">$Message[75]</td>";
16922a16923
>                               print "</tr>";


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

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to