Skip to content

Commit 527f7ad

Browse files
author
lepture
committed
fix issue#14
1 parent 2ac750a commit 527f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/VIM/snippets/html.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
snippet sl-file
22
<span class="sl-file">
33
<input type="button" value="${1:点击选择图片}" />
4-
<input type="file" exts="${2:png|jpg|bmp}" class=".sl-file-input" />
4+
<input type="file" exts="${2:png|jpg|bmp}" class="sl-file-input" />
55
</span>
66
snippet sl-floatcenter
77
<ul class="sl-floatcenter clearfix">

0 commit comments

Comments
 (0)