Fix html{Encoding=>Escape} typo in spring.tld.xml
Issue: SPR-8380
This commit is contained in:
parent
9b45d50b9b
commit
25e2537c17
|
@ -829,7 +829,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<para>htmlEncoding</para>
|
||||
<para>htmlEscape</para>
|
||||
</entry>
|
||||
<entry>
|
||||
<para>false</para>
|
||||
|
@ -929,7 +929,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<para>htmlEncoding</para>
|
||||
<para>htmlEscape</para>
|
||||
</entry>
|
||||
<entry>
|
||||
<para>false</para>
|
||||
|
@ -961,4 +961,4 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
</appendix>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in New Issue