mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-20 04:47:59 +01:00
fixed typo in html snippet
This commit is contained in:
@@ -111,7 +111,7 @@ snippet head
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"`Close()`>
|
<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}
|
${2}
|
||||||
</head>
|
</head>
|
||||||
snippet title
|
snippet title
|
||||||
|
|||||||
Reference in New Issue
Block a user