From 334985c1e190aaa128b0d92b10fff63f5ee20bdf Mon Sep 17 00:00:00 2001 From: Stephen Tudor Date: Wed, 20 Jul 2011 11:57:30 -0400 Subject: [PATCH] Fix typo in JSP c:out snippet --- snippets/jsp.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/jsp.snippets b/snippets/jsp.snippets index 0d8aa2b..4cfa3b4 100644 --- a/snippets/jsp.snippets +++ b/snippets/jsp.snippets @@ -10,7 +10,7 @@ snippet jstl:fn snippet cpath ${pageContext.request.contextPath} snippet cout - + snippet cremove