diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-20 10:09:33 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-20 10:10:21 -0800 |
| commit | 907b1192d1f5a5f1b8c5156693e0ba4c63f02c2f (patch) | |
| tree | 037ca9300cd8c06d302484dd4513c8a3b4937c39 /test/writer.html5 | |
| parent | 6b6da8b15460d4aac5e732a1df9bebef503d3931 (diff) | |
Remove html5shiv from default HTML5 template.
I don't think we need to support IE < 9 any more!
Diffstat (limited to 'test/writer.html5')
| -rw-r--r-- | test/writer.html5 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/writer.html5 b/test/writer.html5 index 26bf7da7c..57c4537a1 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -170,9 +170,6 @@ } .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> </head> <body> <header id="title-block-header"> |
