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

fixed typo in html snippet

This commit is contained in:
Michael Sanders
2009-04-23 17:40:04 -04:00
parent b90ecd9ed6
commit 6b62642d7a

View File

@@ -111,7 +111,7 @@ snippet head
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"`Close()`>
<title>${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
<title>${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
${2}
</head>
snippet title