From fac844021d3108a9b7186020327485f7c95cbfd8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 17 Dec 2014 17:46:53 +0100 Subject: fixup last commit --- bin/reproducible_html_notes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_notes.sh') diff --git a/bin/reproducible_html_notes.sh b/bin/reproducible_html_notes.sh index db5c0aeb..5679d2e2 100755 --- a/bin/reproducible_html_notes.sh +++ b/bin/reproducible_html_notes.sh @@ -83,7 +83,7 @@ issues_loop() { if [ "${p:0:2}" = "- " ] ; then p="${p:2}" fi - write_page "" + write_page "
Identifier:$p
" if [ "${ISSUES_URL[$p]}" != "" ] ; then write_page "" fi @@ -108,7 +108,7 @@ create_pkg_note() { # write_page_header() is not used as it contains the

tag... write_page "" write_page "" - write_page "" + write_page "" write_page "Notes for $1" write_page "" write_page "

Identifier:$p
URL${ISSUES_URL[$p]}
" @@ -350,7 +350,7 @@ if $VALID_YAML ; then write_page "" ISSUES=$(echo ${ISSUES} | sed -s "s# #\n#g" | sort | xargs echo) for ISSUE in ${ISSUES} ; do - write_page "" + write_page "" done write_page "
Identified issues
${ISSUE}
${ISSUE}
" else -- cgit v1.2.3-54-g00ecf