diff options
-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> |