]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove IE9 support tag from HTML5 skeleton
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Aug 2023 07:55:01 +0000 (09:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 1 Aug 2023 07:55:30 +0000 (09:55 +0200)
This is no longer recommended in 2023, and in any case seems like
overkill in an otherwise bare-bones HTML5 template.
Ref: https://stackoverflow.com/a/6771584

lisp/textmodes/sgml-mode.el

index d80cdc347752ccd50af06cb78f38359dc36399c1..27f3b2acd1c98ee75f8783ce901fb3687bdeb0a3 100644 (file)
@@ -2680,7 +2680,6 @@ HTML Autoview mode is a buffer-local minor mode for use with
   "<html lang=\"en\">" \n
   "<head>" \n
   "<meta charset=\"utf-8\">" \n
-  "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">" \n
   "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">" \n
   "<title>" (skeleton-read "Page Title: ") "</title>" \n
   "</head>" \n