1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

fixed typo in html snippet

This commit is contained in:
Michael Sanders
2009-05-25 00:31:22 -04:00
parent 61c4835294
commit 9ad20e726f

View File

@@ -115,7 +115,7 @@ snippet head
${2} ${2}
</head> </head>
snippet title snippet title
<title>${1:`substitute(Filename("", "Page Title"), "^.", "\u&", "")`}</title>${2} <title>${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}</title>${2}
snippet script snippet script
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
${1} ${1}