From d075b823729b7fbf678013d7df6aa35acaf43fff Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 12 Feb 2010 20:43:40 +0000 Subject: [PATCH] Spring eval docs --- .../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