File: strip_html5shiv.patch

package info (click to toggle)
bowtie 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,816 kB
  • sloc: cpp: 37,094; perl: 5,806; ansic: 1,474; sh: 1,197; python: 462; makefile: 417
file content (16 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Strip IE related condition to make lintian happy
 we don't care about ancient versions of IE
From: Alex Mestiashvili <mestia@debian.org>
Forwarded: no
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -14,9 +14,6 @@
     ul.task-list{list-style: none;}
   </style>
   <link rel="stylesheet" href="style.css" />
-  <!--[if lt IE 9]>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
-  <![endif]-->
 </head>
 <body>
 <h1>Table of Contents</h1>