[diffoscope] 01/01: Disable compatibility mode usage in IE

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 21:56:21 CET 2016


This is an automated email from the git hooks/post-receive script.

e3amn2l-guest pushed a commit to branch master
in repository diffoscope.

commit 5ec4f2b5b660d1c30439c77a6aebed7d28a7b8cf
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date:   Tue Dec 20 22:56:17 2016 +0200

    Disable compatibility mode usage in IE
---
 diffoscope/presenters/html.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index da5b508..162d7e8 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -61,6 +61,7 @@ HEADER = """<!DOCTYPE html>
 <html>
 <head>
   <meta charset="utf-8" />
+  <meta http-equiv="x-ua-compatible" content="IE=edge">
   <meta name="referrer" content="no-referrer" />
   <meta name="generator" content="diffoscope" />
   <link rel="icon" type="image/png" href="data:image/png;base64,%(favicon)s" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list