We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac750a commit 527f7adCopy full SHA for 527f7ad
plugins/VIM/snippets/html.snippets
@@ -1,7 +1,7 @@
1
snippet sl-file
2
<span class="sl-file">
3
<input type="button" value="${1:点击选择图片}" />
4
- <input type="file" exts="${2:png|jpg|bmp}" class=".sl-file-input" />
+ <input type="file" exts="${2:png|jpg|bmp}" class="sl-file-input" />
5
</span>
6
snippet sl-floatcenter
7
<ul class="sl-floatcenter clearfix">
0 commit comments