aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emmet-mode.el2
-rw-r--r--src/snippets.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/emmet-mode.el b/emmet-mode.el
index 1fd1788..4108948 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -736,7 +736,7 @@ tbl) tbl)
(puthash "det" "details" tbl)
(puthash "dl+" "dl>dt+dd" tbl)
(puthash "dlg" "dialog" tbl)
-(puthash "doc" "html>(head>meta charset=UTF-8+title{Document})+body" tbl)
+(puthash "doc" "html>(head>meta[charset=UTF-8]+title{Document})+body" tbl)
(puthash "doc4" "html>(head>meta[http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"]+title{Document})" tbl)
(puthash "emb" "embed" tbl)
(puthash "fig" "figure" tbl)
diff --git a/src/snippets.el b/src/snippets.el
index 071d7ce..95120f4 100644
--- a/src/snippets.el
+++ b/src/snippets.el
@@ -598,7 +598,7 @@ tbl) tbl)
(puthash "det" "details" tbl)
(puthash "dl+" "dl>dt+dd" tbl)
(puthash "dlg" "dialog" tbl)
-(puthash "doc" "html>(head>meta charset=UTF-8+title{Document})+body" tbl)
+(puthash "doc" "html>(head>meta[charset=UTF-8]+title{Document})+body" tbl)
(puthash "doc4" "html>(head>meta[http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"]+title{Document})" tbl)
(puthash "emb" "embed" tbl)
(puthash "fig" "figure" tbl)