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