diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:19:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:19:52 +0200 |
commit | 5f4b91c6c72e1e9e37dac616b0b39545ca06dad9 (patch) | |
tree | 90cad9f936146ead7f4a235fd98fdcc8539f2eb6 /bin | |
parent | 9f49dbf75df97a09bdc76d4681a3dfb3ed7228f5 (diff) | |
download | jenkins.debian.net-5f4b91c6c72e1e9e37dac616b0b39545ca06dad9.tar.xz |
reproducible: this html ain't reproducible...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a003c253..2fb0433e 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -50,7 +50,7 @@ write_pkg_frameset() { <html> <head> </head> - <frameset framespacing="0" rows="20,*" frameborder="0" noresize> + <frameset framespacing="0" rows="42,*" frameborder="0" noresize> <frame name="top" src="$1_navigation.html" target="top"> <frame name="main" src="$2" target="main"> </frameset> |