summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-09 12:28:13 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-09 12:28:13 +0100
commit99ca5589728ce4ff9f03a9dbabd354955593d796 (patch)
tree140984df1f19b5740273a4f78ab7cc05b7aa6970
parentfa713f6d87cb2584ec057eb08ab34d2c13b2d148 (diff)
downloadjenkins.debian.net-99ca5589728ce4ff9f03a9dbabd354955593d796.tar.xz
reproducible debian: force same width for both variation columns
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index f8d82b93..cc3a46f1 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -363,7 +363,7 @@ write_explaination_table() {
write_page "There are no variations introduced in the $1 builds yet. Stay tuned.</p>"
return
fi
- write_page "<table class=\"main\" id=\"variation\"><tr><th>variation</th><th>first build</th><th>second build</th></tr>"
+ write_page "<table class=\"main\" id=\"variation\"><tr><th>variation</th><th width=\"40%\">first build</th><th width=\"40%\">second build</th></tr>"
if [ "$1" = "debian" ] ; then
write_page "<tr><td>hostname</td><td>one of:"
local FIRST=""