From 906bac3ad466fe801bbdd87b537218611b82ba84 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Oct 2014 12:08:30 +0200 Subject: reproducible: use proper table headers --- bin/reproducible_html_notes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.sh') diff --git a/bin/reproducible_html_notes.sh b/bin/reproducible_html_notes.sh index ee7c16e6..33bcacf4 100755 --- a/bin/reproducible_html_notes.sh +++ b/bin/reproducible_html_notes.sh @@ -147,7 +147,7 @@ create_issue() { write_page_header "" "Notes about issue '$1'" write_page "" - write_page "" + write_page "" if [ "${ISSUES_URL[$1]}" != "" ] ; then write_page "" @@ -332,6 +332,7 @@ echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" if $VALID_YAML ; then write_page "
Identifier:$1
Identifier:$1
URL:${ISSUES_URL[$1]}
" + write_page "" ISSUES=$(echo ${ISSUES} | sed -s "s# #\n#g" | sort | xargs echo) for ISSUE in ${ISSUES} ; do write_page "" -- cgit v1.2.3-54-g00ecf
Identified issues
${ISSUE}