You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/29 02:20:49 UTC

svn commit: r349572 - /myfaces/impl/trunk/tld/myfaces_core.tld

Author: skitching
Date: Mon Nov 28 17:20:45 2005
New Revision: 349572

URL: http://svn.apache.org/viewcvs?rev=349572&view=rev
Log:
Minor layout tweaks

Modified:
    myfaces/impl/trunk/tld/myfaces_core.tld

Modified: myfaces/impl/trunk/tld/myfaces_core.tld
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/myfaces_core.tld?rev=349572&r1=349571&r2=349572&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/myfaces_core.tld (original)
+++ myfaces/impl/trunk/tld/myfaces_core.tld Mon Nov 28 17:20:45 2005
@@ -294,9 +294,11 @@
         <name>loadBundle</name>
         <tag-class>org.apache.myfaces.taglib.core.LoadBundleTag</tag-class>
         <body-content>empty</body-content>
-        <description>Loads a resource bundle and saves it as a variable in the request scope.
-        
-        Unless otherwise specified, all attributes accept static values or EL expressions.</description>
+        <description>
+            Loads a resource bundle and saves it as a variable in the request scope.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
         <attribute>
             <name>basename</name>
             <required>true</required>
@@ -358,9 +360,11 @@
         <name>selectItems</name>
         <tag-class>org.apache.myfaces.taglib.core.SelectItemsTag</tag-class>
         <body-content>empty</body-content>
-        <description>This tag associates a set of selection list items with the nearest parent UIComponent.
+        <description>
+            This tag associates a set of selection list items with the nearest parent UIComponent.
         
-        Unless otherwise specified, all attributes accept static values or EL expressions.</description>
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
         &ui_select_items_attributes;
     </tag>