diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-09 18:31:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-09 18:31:48 +0100 |
commit | 818aea77f3fc8fe4195bb00544d6e6f3f7ec3594 (patch) | |
tree | c9dcecb23e6fdb8ad6de444817aaae5f8b58672c | |
parent | cec62b0e75d81963c7b0081a78805ae11ac77dd3 (diff) | |
download | jenkins.debian.net-818aea77f3fc8fe4195bb00544d6e6f3f7ec3594.tar.xz |
fixup previous commit, thanks mapreri, handing back the tissue
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 6aa0b7f7..cafa1982 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -89,7 +89,7 @@ html_footer = Template(""" Tango Icon Library</a>. </p> </body> -</html>""") +</html>""" % (JENKINS_URL)) html_head_page = Template((tab*2).join(""" <header> |