From 51d6c1a9c9178e7489829dd3201e60ddbc1624bf Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Fri, 10 Jun 2016 13:09:28 -0400 Subject: reproducible debian: fix more links, edit more redirects --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index eaa77743..495682c4 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -263,7 +263,7 @@ write_page_header() { if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$ARCH" ] ; then CLASS=" class=\"active\"" fi - write_page " $i  " + write_page " $i  " CLASS="" done write_page "" @@ -273,7 +273,7 @@ write_page_header() { if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$SUITE" ] ; then CLASS=" class=\"active\"" fi - write_page " $i  " + write_page " $i  " CLASS="" done write_page "" -- cgit v1.2.3-54-g00ecf