Description: fix privacy breach with html5shiv
 Actually the script called is commented out, except when reading the page with
 Internet Explorer 9.  This patch makes sure the script is not called at all,
 even if it is very unlikely that HTML document installed in Debian will ever
 be read with this browser.
Author: Étienne Mollier <etienne.mollier@mailoo.org>
Forwarded: not-needed
Last-Update: 2020-09-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-biopython.orig/Doc/cookbook/Restriction/Restriction.html
+++ python-biopython/Doc/cookbook/Restriction/Restriction.html
@@ -75,9 +75,6 @@
     code span.vs { color: #4070a0; } /* VerbatimString */
     code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
   </style>
-  <!--[if lt IE 9]>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
-  <![endif]-->
 </head>
 <body>
 <h1 id="working-with-restriction-enzymes">Working with restriction enzymes</h1>
