projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d6604
)
Remove IE9 support tag from HTML5 skeleton
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 1 Aug 2023 07:55:01 +0000
(09:55 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index d80cdc347752ccd50af06cb78f38359dc36399c1..27f3b2acd1c98ee75f8783ce901fb3687bdeb0a3 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-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