Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2d02b7

Browse files
committed
Merge pull request honza#515 from tszym/master
Add a missing closing double quote in HTML
2 parents 80adcd3 + f4d267d commit d2d02b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/html_minimal.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ snippet label_and_input
1717
endsnippet
1818

1919
snippet input
20-
<input type="${1:text}" value="${2}" name="${3}"${4: id="${5:$3}}/>${7}
20+
<input type="${1:text}" value="${2}" name="${3}"${4: id="${5:$3}"}/>${7}
2121
endsnippet
2222

2323
snippet submit

0 commit comments

Comments
 (0)