aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Bennett <alan.bennett@linaro.org>2015-05-15 09:48:39 -0600
committerAlan Bennett <alan.bennett@linaro.org>2015-05-15 09:48:39 -0600
commit749d40a4569acf93f86a744a4ff1382d3fe65925 (patch)
tree5fc4bcc423324f75834f51e86c0670b10fb821a5
parent3ccd024b4aa612d4d3ac5538b6e629c6afc8bcc9 (diff)
Remove the extra <br> in favor of the rendered fields from jira using <p>
-rwxr-xr-xmonthly-report.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/monthly-report.py b/monthly-report.py
index b83443b..335f021 100755
--- a/monthly-report.py
+++ b/monthly-report.py
@@ -145,7 +145,6 @@ def report(jira, db, issues, outfile):
print >> outfile, ', Confidence: ' + 'Not set'
else:
print >>outfile, ', Confidence: ' + issue['confidence'] + '<br>'
- print >>outfile, '<font size=-2>&nbsp;<br></font>'
print >>outfile, '' + stripspecial(issue['engineeringprogress']) + '</td></tr>'
print >>outfile, '</table>'