correct img tag

This commit is contained in:
Chen Zhongzheng 2015-03-06 17:27:23 +08:00
parent a4465c7f24
commit c76ec98eee

View File

@ -29,5 +29,5 @@ snippet textarea
endsnippet
snippet img
<img src="$1"${2: alt="$3"}/>
<img src="$1"${2: alt="$3"}/>
endsnippet