Skip to content

Commit d075b82

Browse files
author
Keith Donald
committed
Spring eval docs
1 parent 62eb6cb commit d075b82

File tree

1 file changed

+3
-3
lines changed
  • org.springframework.web.servlet/src/main/resources/META-INF

1 file changed

+3
-3
lines changed

org.springframework.web.servlet/src/main/resources/META-INF/spring.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
<rtexprvalue>true</rtexprvalue>
387387
</attribute>
388388
<attribute>
389-
<description>Set JavaScript escaping for this tag, as boolean value.
389+
<description>Set JavaScript escaping for this tag, as a boolean value.
390390
Default is false.</description>
391391
<name>javaScriptEscape</name>
392392
<required>false</required>
@@ -440,14 +440,14 @@
440440
<rtexprvalue>true</rtexprvalue>
441441
</attribute>
442442
<attribute>
443-
<description>Set HTML escaping for this tag, as boolean value. Overrides the
443+
<description>Set HTML escaping for this tag, as a boolean value. Overrides the
444444
default HTML escaping setting for the current page.</description>
445445
<name>htmlEscape</name>
446446
<required>false</required>
447447
<rtexprvalue>true</rtexprvalue>
448448
</attribute>
449449
<attribute>
450-
<description>Set JavaScript escaping for this tag, as boolean value. Default is false.</description>
450+
<description>Set JavaScript escaping for this tag, as a boolean value. Default is false.</description>
451451
<name>javaScriptEscape</name>
452452
<required>false</required>
453453
<rtexprvalue>true</rtexprvalue>

0 commit comments

Comments
 (0)