From ef80ddf816ccf1308f686b6033245722d776304a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 12 Feb 2010 20:43:40 +0000 Subject: [PATCH] Spring eval docs git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2969 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../src/main/resources/META-INF/spring.tld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.springframework.web.servlet/src/main/resources/META-INF/spring.tld b/org.springframework.web.servlet/src/main/resources/META-INF/spring.tld index 51319ed8bff..bea8012cf20 100644 --- a/org.springframework.web.servlet/src/main/resources/META-INF/spring.tld +++ b/org.springframework.web.servlet/src/main/resources/META-INF/spring.tld @@ -386,7 +386,7 @@ true - Set JavaScript escaping for this tag, as boolean value. + Set JavaScript escaping for this tag, as a boolean value. Default is false. javaScriptEscape false @@ -440,14 +440,14 @@ true - Set HTML escaping for this tag, as boolean value. Overrides the + Set HTML escaping for this tag, as a boolean value. Overrides the default HTML escaping setting for the current page. htmlEscape false true - Set JavaScript escaping for this tag, as boolean value. Default is false. + Set JavaScript escaping for this tag, as a boolean value. Default is false. javaScriptEscape false true