diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-24 14:05:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-24 14:05:09 +0200 |
commit | 951d7ac7a49b9eed2cf91604b15c0125b5d2c1e0 (patch) | |
tree | 43b229c71133794f7f970784bdc6fb5acb1586b7 /bin | |
parent | c33d8ed035e6ce6f491632eb4a712a24ee0a54b6 (diff) | |
download | jenkins.debian.net-951d7ac7a49b9eed2cf91604b15c0125b5d2c1e0.tar.xz |
even html needs half a brain
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 1f8bd4b5..7dff8068 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -633,7 +633,7 @@ create_main_stats_page() { write_page "</table>" # link to index_breakages write_page "</p><p style=\"clear:both;\">" - write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too. And there is <a href=\"https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs\"</a>documentation too, in case you missed the link at the top. More feedback is always welcome!</p>" + write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too. And there is <a href=\"https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs\">documentation</a> too, in case you missed the link at the top. More feedback is always welcome!</p>" # the end write_page_footer publish_page |