diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-09 12:28:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-09 12:28:13 +0100 |
commit | 99ca5589728ce4ff9f03a9dbabd354955593d796 (patch) | |
tree | 140984df1f19b5740273a4f78ab7cc05b7aa6970 | |
parent | fa713f6d87cb2584ec057eb08ab34d2c13b2d148 (diff) | |
download | jenkins.debian.net-99ca5589728ce4ff9f03a9dbabd354955593d796.tar.xz |
reproducible debian: force same width for both variation columns
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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="" |