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 22:02:01 UTC

svn commit: r349808 - /myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Author: skitching
Date: Tue Nov 29 13:01:57 2005
New Revision: 349808

URL: http://svn.apache.org/viewcvs?rev=349808&view=rev
Log:
* Fix invalid entity ref (html_align_attributes).
  Thanks to Dennis Byrne (MYFACES-881).
* Make entity order a little more alphabetic

Modified:
    myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=349808&r1=349807&r2=349808&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Tue Nov 29 13:01:57 2005
@@ -30,18 +30,18 @@
 ===========================================================================
 -->
 
-<!ENTITY html_datafld_datasrc_dataformatas_attributes       SYSTEM "entities-share/html_attributes/datafld_datasrc_dataformatas.xml">
-<!ENTITY html_bgcolor_attribute 		SYSTEM "entities-share/html_attributes/bgcolor.xml">
-<!ENTITY html_border_attribute 			SYSTEM "entities-share/html_attributes/border.xml">
 <!ENTITY display_value_only_attributes  SYSTEM "entities-share/display_value_only_attributes.xml">
 <!ENTITY ext_forceId_attribute          SYSTEM "entities-share/ext_forceId_attribute.xml">
 <!ENTITY ext_ajax_attributes            SYSTEM "entities-share/ext_ajax_attributes.xml">
 <!ENTITY html_alt_attribute             SYSTEM "entities-share/html_attributes/alt.xml">
-<!ENTITY html_align_attributes          SYSTEM "entities-share/html_attributes/align.xml">
+<!ENTITY html_align_attribute           SYSTEM "entities-share/html_attributes/align.xml">
 <!ENTITY html_target_attribute          SYSTEM "entities-share/html_attributes/target.xml">
 <!ENTITY html_accesskey_attribute       SYSTEM "entities-share/html_attributes/accesskey.xml">
 <!ENTITY html_anchor_attributes         SYSTEM "entities-share/html_anchor_attributes.xml">
+<!ENTITY html_bgcolor_attribute         SYSTEM "entities-share/html_attributes/bgcolor.xml">
+<!ENTITY html_border_attribute          SYSTEM "entities-share/html_attributes/border.xml">
 <!ENTITY html_button_attributes         SYSTEM "entities-share/html_button_attributes.xml">
+<!ENTITY html_datafld_datasrc_dataformatas_attributes   SYSTEM "entities-share/html_attributes/datafld_datasrc_dataformatas.xml">
 <!ENTITY html_disabled_attribute        SYSTEM "entities-share/html_attributes/disabled.xml">
 <!ENTITY html_event_handler_attributes  SYSTEM "entities-share/html_event_handler_attributes.xml">
 <!ENTITY html_focus_blur_attributes     SYSTEM "entities-share/html_attributes/focus_blur.xml">