Merge pull request #166 from jmatth/html_css_fix

Fixing numbering in html snippets.
This commit is contained in:
Honza Pokorny 2013-01-29 10:00:01 -08:00
commit 215e0ac5a6

View File

@ -556,7 +556,7 @@ snippet link
snippet link:atom
<link rel="alternate" href="${1:atom.xml}" title="Atom" type="application/atom+xml" />${2}
snippet link:css
<link rel="stylesheet" href="${2:style.css}" type="text/css" media="${3:all}" />${4}
<link rel="stylesheet" href="${1:style.css}" type="text/css" media="${2:all}" />${3}
snippet link:favicon
<link rel="shortcut icon" href="${1:favicon.ico}" type="image/x-icon" />${2}
snippet link:rss