Skip to content

Commit 542f94c

Browse files
committed
Merge pull request scrooloose#11 from smt/jsp-fix
Fix typo in JSP c:out snippet
2 parents f7b14b8 + 334985c commit 542f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/jsp.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ snippet jstl:fn
1010
snippet cpath
1111
${pageContext.request.contextPath}
1212
snippet cout
13-
<c:out name="${1}" />
13+
<c:out value="${1}" default="${2} />
1414
snippet cset
1515
<c:set var="${1}" value="${2}" />
1616
snippet cremove

0 commit comments

Comments
 (0)