Jelajahi Sumber

SEC-1518: Fix element ordering in security.tld

Luke Taylor 15 tahun lalu
induk
melakukan
36e0fb6d91
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      taglibs/src/main/resources/META-INF/security.tld

+ 2 - 2
taglibs/src/main/resources/META-INF/security.tld

@@ -3,7 +3,7 @@
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
 <taglib>
-    <tlib-version>1.0</tlib-version>
+    <tlib-version>1.1.1</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>security</short-name>
     <uri>http://www.springframework.org/security/tags</uri>
@@ -119,10 +119,10 @@
             </description>
         </attribute>
         <attribute>
-            <description>Set HTML escaping for this tag, as a boolean value.</description>
             <name>htmlEscape</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
+            <description>Set HTML escaping for this tag, as a boolean value.</description>
         </attribute>
         <attribute>
             <name>scope</name>