1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Remove IE9 support tag from HTML5 skeleton

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
This commit is contained in:
Stefan Kangas 2023-08-01 09:55:01 +02:00
parent 74d6604eaa
commit a2be317b37

View 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