summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-12-20 10:09:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-12-20 10:10:21 -0800
commit907b1192d1f5a5f1b8c5156693e0ba4c63f02c2f (patch)
tree037ca9300cd8c06d302484dd4513c8a3b4937c39 /data
parent6b6da8b15460d4aac5e732a1df9bebef503d3931 (diff)
Remove html5shiv from default HTML5 template.
I don't think we need to support IE < 9 any more!
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.html53
1 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index 0c5fc2aa0..acc90d790 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -32,9 +32,6 @@ $if(mathjax)$
$endif$
$math$
$endif$
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
$for(include-before)$