Skip to content

Commit

Permalink
Fixed document skeleton snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Feb 20, 2013
1 parent 8036e31 commit 5a21e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,8 @@
"out": "output",
"det": "details",
"cmd": "command",
"doc": "html>(head>meta[charset=UTF-8]+title{${1:Document}})+body>{\n|}",
"doc4": "html>(head>meta[http-equiv=\"Content-Type\" content=\"text/html;charset=${charset}\"]+title{${1:Document}})+body>{\n|}",
"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}})",

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

0 comments on commit 5a21e22

Please sign in to comment.