emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a2be317b37e: Remove IE9 support tag from HTML5 skeleton


From: Stefan Kangas
Subject: master a2be317b37e: Remove IE9 support tag from HTML5 skeleton
Date: Tue, 1 Aug 2023 04:00:25 -0400 (EDT)

branch: master
commit a2be317b37e6f284b1160dfc1fe88377a4698e87
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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
---
 lisp/textmodes/sgml-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index d80cdc34775..27f3b2acd1c 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]