diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:10:13 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:10:13 +0000 |
commit | 04151bb233cda30df7fe29c0acf0b0e440cbc728 (patch) | |
tree | 1daf2707f53d715e764353378e2279b2ae198194 | |
parent | 9977a3c9e8c2772b5fb7c769343e7e6a888c272a (diff) | |
download | jenkins.debian.net-04151bb233cda30df7fe29c0acf0b0e440cbc728.tar.xz |
reproducible: _html_packages: add a lost " in the html
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 39bbbd1a..a30be8fc 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -37,7 +37,7 @@ html_package_page = Template((tab*2).join((""" </ul> </li> <li> - <a href=$history" target="main">Build history</a> + <a href="$history" target="main">Build history</a> </li> </ul> |