From e2ffeb5b3ef0809382e83feae70329f2976ea995 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 9 Feb 2015 19:46:15 +0000 Subject: bin/reproducible_html_notes: let more external URLs escape the iframe tarpit --- bin/reproducible_html_notes.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 7fb03917..dbde9474 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -29,7 +29,7 @@ note_html = Template((tab*2).join("""

- Notes are stored in notes.git. + Notes are stored in notes.git.

@@ -133,7 +133,7 @@ $affected_pkgs   -

Notes are stored in notes.git.

+

Notes are stored in notes.git.

""".splitlines(True))) @@ -199,7 +199,7 @@ def gen_html_note(note): bugurls = '' for bug in note['bugs']: bugurls += '' + str(bug) + '
' + '" target="_parent">' + str(bug) + '
' infos += note_bugs_html.substitute(bugs=bugurls) # check for comments: if 'comments' in note: @@ -320,7 +320,7 @@ def index_issues(issues): html += tab*2 + '\n' html += tab*2 + '

For a total of ' + str(len(notes)) + ' packages' \ + ' categorized in ' + str(len(issues)) + ' issues.

' - html += tab*2 + '

Notes are stored in notes.git.

' + html += tab*2 + '

Notes are stored in notes.git.

' title = 'Overview of known issues related to reproducible builds' destfile = BASE + '/index_issues.html' desturl = REPRODUCIBLE_URL + '/index_issues.html' @@ -352,7 +352,7 @@ def index_notes(notes): html += get_trailing_icon(pkg, bugs) + '\n' html += tab*3 + '\n' html += tab*2 + '

\n' - html += tab*2 + '

Notes are stored in notes.git.

' + html += tab*2 + '

Notes are stored in notes.git.

' title = 'Overview of packages with notes' destfile = BASE + '/index_notes.html' desturl = REPRODUCIBLE_URL + '/index_notes.html' -- cgit v1.2.3-70-g09d2