summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 04:04:35 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 04:04:35 +0200
commit6cc261d281176c5a33b9eec856ff952a24e8f228 (patch)
tree707dff99893b3aedbd57f695261cb8572916a6c2 /bin/reproducible_common.sh
parent178ec17624dc605d58a58519d92875b93c064dbb (diff)
downloadjenkins.debian.net-6cc261d281176c5a33b9eec856ff952a24e8f228.tar.xz
reproducible: move graphs up
Diffstat (limited to 'bin/reproducible_common.sh')
-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 5d89649d..972ffe50 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -183,7 +183,7 @@ write_page_header() {
if [ "$1" != "$MAINVIEW" ] ; then
write_page "<body><header><h2>$2</h2><nav>"
else
- write_page "<body onload=\"selectSearch()\"><header><h2>$2</h2>"
+ write_page "<body onload=\"selectSearch()\"><header><h2>$2</h2><nav>"
write_page "<ul>These pages are showing the <em>prospects</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>."
write_page " The results shown were obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs</a> running on"
write_page " <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>."