From 20f971698b61274edf94b380af1b3920bdb145ee Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 24 Aug 2015 22:13:38 +0200 Subject: reproducible: Don't open external resources in our iframe It's considered poor web etiquette to hijack links to cross-domain resources - the default "click" should take me to, eg. bugs.debian.org, and it can be quite annoying when it doesn't and I need to renavigate to get the URL, etc. Futhermore, when the iframe goes away we will have this behaviour anyway, so not only can we do the right thing now, we can avoid changing habits in the future after people are used or working around it. Signed-off-by: Chris Lamb --- bin/reproducible_html_packages.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 91590589..2f88760c 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -28,16 +28,16 @@ html_package_page = Template((tab*2).join((""" $links
  • - PTS - BTS + PTS + BTS
  • - sources - debian/ + sources + debian/
  • -- cgit v1.2.3-54-g00ecf