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
=== modified file 'sru-report'
--- sru-report 2013-04-11 22:15:59 +0000
+++ sru-report 2013-05-06 21:55:34 +0000
@@ -249,7 +249,7 @@
249 if builds:249 if builds:
250 builds = '<span style="font-size: x-small">%s</span>' % builds250 builds = '<span style="font-size: x-small">%s</span>' % builds
251251
252 print(' <tr><th><a href="%s">%s</a>%s</th> ' %252 print(' <tr><td><a href="%s">%s</a>%s</td> ' %
253 (lpurl, pkg, builds))253 (lpurl, pkg, builds))
254 print(' <td><a href="%s">%s</a></td> ' %254 print(' <td><a href="%s">%s</a></td> ' %
255 (lpurl + rpkg['release'], rpkg['release']))255 (lpurl + rpkg['release'], rpkg['release']))

Subscribers

People subscribed via source and target branches