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:
parent
74d6604eaa
commit
a2be317b37
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue