From ec7d8f8d5ea8a2690cdd8251943cd5e1372682e0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 18 May 2016 23:04:49 +0200 Subject: reproducible debian: right align table cells by default, provide css classes for left and center alignment --- bin/reproducible_html_notes.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 6bd1551e..94b95b46 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -45,7 +45,7 @@ note_issues_html = Template((tab*3).join(""" Identified issues: - + $issues """.splitlines(True))) @@ -55,7 +55,7 @@ note_bugs_html = Template((tab*4).join(""" Bugs noted: - + $bugs """.splitlines(True))) @@ -65,7 +65,7 @@ note_comments_html = Template((tab*3).join(""" Comments: - + $comments """.splitlines(True))) @@ -75,7 +75,7 @@ note_issue_html_url = Template((tab*6).join(""" URL - + $url """.splitlines(True))) @@ -85,7 +85,7 @@ note_issue_html_desc = Template((tab*6).join(""" Description - + $description """.splitlines(True))) @@ -96,7 +96,7 @@ note_issue_html = Template((tab*5).join((""" Identifier: - + $issue @@ -109,7 +109,7 @@ issue_html_url = Template((tab*4).join(""" URL: - + $url """.splitlines(True))) @@ -120,7 +120,7 @@ issue_html = Template((tab*3).join(""" Identifier: - + $issue @@ -128,7 +128,7 @@ issue_html = Template((tab*3).join(""" Suites: - + $suite_links @@ -137,7 +137,7 @@ issue_html = Template((tab*3).join(""" Description: - + $description @@ -145,7 +145,7 @@ issue_html = Template((tab*3).join(""" Packages in '$suite' known to be affected by this issue: - + $affected_pkgs -- cgit v1.2.3-54-g00ecf