From ca8dbac484ef2cd34d0b5fa94d49a915badac30a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Oct 2014 16:56:50 +0200 Subject: reproducible: convert navigation into table, add backlink to main page --- bin/reproducible_stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 6cce3559..a8bc23eb 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -62,7 +62,7 @@ EOF init_navi_frame() { echo "" > $NAVI echo "" >> $NAVI - echo "

$1 " >> $NAVI + echo "
$1 " >> $NAVI echo "($2) " >> $NAVI echo "at $3: " >> $NAVI } @@ -72,7 +72,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "

" >> $NAVI + echo "
stats for reproducible builds
" >> $NAVI } link_packages() { -- cgit v1.2.3-70-g09d2