From 6a7f98cd26ed39a7ebce9ff49e809b36a691e8eb Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 21 May 2016 21:21:21 +0200 Subject: reproducible debian: add more spacing also in other places Signed-off-by: Holger Levsen --- 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 a07a92a3..4e8a4716 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -254,7 +254,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 "" @@ -264,7 +264,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