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

2010-05-21 Thread Chuck Short
This should be fixed in maverick now, thanks for the bug report.

chuck

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

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


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

2010-02-20 Thread imagine
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


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

2010-02-20 Thread Andreas Olsson
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

trtd width=80 bgcolor=#ECECECDay/tdtd width=80
bgcolor=#4477DDPages/tdtd width=80
bgcolor=#66DDEEHits/tdtrtdMon/tdtd0/tdtd0/td/tr

...and by adding some whitespace

tr
  td width=80 bgcolor=#ECECECDay/td
  td width=80 bgcolor=#4477DDPages/td
  td width=80 bgcolor=#66DDEEHits/td
tr
  tdMon/td
  td0/td
  td0/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.

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


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

2010-02-20 Thread Andreas Olsson
** Bug watch added: SourceForge.net Tracker #2955720
   http://sourceforge.net/support/tracker.php?aid=2955720

** Also affects: awstats via
   http://sourceforge.net/support/tracker.php?aid=2955720
   Importance: Unknown
   Status: Unknown

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


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

2009-08-10 Thread Chuck Short
This is fixed for karmic.

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

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