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/lhs-test.html | |
| 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/lhs-test.html')
| -rw-r--r-- | test/lhs-test.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index c0b7ece66..290714e6d 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -231,9 +231,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="lhs-test">lhs test</h1> |
