Merge lp:~brian-murray/ubuntu-archive-tools/not-a-th into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 709
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/not-a-th
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
sru-report (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/not-a-th
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+162679@code.launchpad.net

Description of the change

It is table data not a header.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sru-report'
2--- sru-report 2013-04-11 22:15:59 +0000
3+++ sru-report 2013-05-06 21:55:34 +0000
4@@ -249,7 +249,7 @@
5 if builds:
6 builds = '<span style="font-size: x-small">%s</span>' % builds
7
8- print(' <tr><th><a href="%s">%s</a>%s</th> ' %
9+ print(' <tr><td><a href="%s">%s</a>%s</td> ' %
10 (lpurl, pkg, builds))
11 print(' <td><a href="%s">%s</a></td> ' %
12 (lpurl + rpkg['release'], rpkg['release']))

Subscribers

People subscribed via source and target branches