diff options
author | Dave Mayo <pobocks@gmail.com> | 2014-08-18 19:09:53 -0400 |
---|---|---|
committer | Dave Mayo <pobocks@gmail.com> | 2014-08-18 19:09:53 -0400 |
commit | 31ea096b2e8e3d16f1984b29b2155cdc09706150 (patch) | |
tree | 5a8acaa94695c6da95a0b7b9b1d635b911ea0ce0 | |
parent | c13edce91b17dda6bd1470aa52efd7ace8cc5121 (diff) | |
download | emmet-mode-31ea096b2e8e3d16f1984b29b2155cdc09706150.tar.lz emmet-mode-31ea096b2e8e3d16f1984b29b2155cdc09706150.tar.xz emmet-mode-31ea096b2e8e3d16f1984b29b2155cdc09706150.zip |
Forgot to rebuild.
-rw-r--r-- | emmet-mode.el | 2 | ||||
-rw-r--r-- | src/snippets.el | 2 |
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) |