Skip to content

Commit

Permalink
Added missing body tag to doc4 snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Apr 1, 2013
1 parent 53f1f10 commit 1abeb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
"det": "details",
"cmd": "command",
"doc": "html>(head>meta[charset=UTF-8]+title{${1:Document}})+body",
"doc4": "html>(head>meta[http-equiv=\"Content-Type\" content=\"text/html;charset=${charset}\"]+title{${1:Document}})",
"doc4": "html>(head>meta[http-equiv=\"Content-Type\" content=\"text/html;charset=${charset}\"]+title{${1:Document}})+body",

"html:4t": "!!!4t+doc4[lang=${lang}]",
"html:4s": "!!!4s+doc4[lang=${lang}]",
Expand Down

0 comments on commit 1abeb9a

Please sign in to comment.