Fixing numbering in html snippets.

This commit is contained in:
Josh Matthews 2013-01-28 19:36:36 -05:00
parent 02593f7d57
commit 664c3dd684

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