Package: qa.debian.org Severity: minor Tags: patch Hi,
One empty colomn is displayed before the “Comments” one. The tiny (untested) following patch should resolve this issue. Regards David -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (600, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.34-1-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash *** /tmp/bapase-display.patch Index: /home/taffit/deb/collab-qa/udd/web/bapase.cgi =================================================================== --- /home/taffit/deb/collab-qa/udd/web/bapase.cgi (révision 1825) +++ /home/taffit/deb/collab-qa/udd/web/bapase.cgi (copie de travail) @@ -341,7 +341,6 @@ puts "<td><a href=\"http://bugs.debian.org/src:#{pkg}\">#{r['rc_bugs']} / #{r['all_bugs']}</a></td>" puts "<td>#{r['upload_age']}</td>" puts "<td>#{r['nmus']}</td>" - puts "<td></td>" if $actions[pkg] comment = $actions[pkg].act_comment.gsub(/#\d+/) do |bug| bugn = bug.gsub(/^#/, '') -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org