mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +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,6 +108,7 @@ 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'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue