diff options
author | Jérémy Bobbio <lunar@debian.org> | 2015-01-13 18:41:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-13 18:48:40 +0100 |
commit | c5ef70a783964035ca52cc1f10bf5779a3b6016b (patch) | |
tree | 4a68a7e9b527b8511e0bcb26f6062fc7b9850bc2 | |
parent | bf738dbf6423adab3fffe47f8cef8e19d6c791e0 (diff) | |
download | jenkins.debian.net-c5ef70a783964035ca52cc1f10bf5779a3b6016b.tar.xz |
Add missing id to package iframe
-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 15926649..64316127 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -33,7 +33,7 @@ $links </td> </tr> </table> -<iframe name="main" src="${default_view}"> +<iframe id="main" name="main" src="${default_view}"> <p> Your browser does not support iframes. Use a different one or follow the links above. |