mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
contrib/nmbug/ nmbug-status: restored out['subject']... block level
In reformatting the line 111 accidentally indented to one indentation level too much (happens easily when interactively indenting python code using emacs). The line now has 4 spacess less indentation, thus restoring it to the block level it belongs.
This commit is contained in:
parent
3e5fb88f11
commit
620092001e
1 changed files with 3 additions and 2 deletions
|
@ -108,8 +108,9 @@ def print_view(title, query, comment):
|
|||
br = '<br />'
|
||||
else:
|
||||
br = ''
|
||||
out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
|
||||
% (urllib.quote(mid), out['subject'])
|
||||
|
||||
out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
|
||||
% (urllib.quote(mid), out['subject'])
|
||||
|
||||
print " <tr><td>%s %s" % (br, out['date'])
|
||||
print "</td><td>%s %s" % (br, out['id'])
|
||||
|
|
Loading…
Reference in a new issue