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:08:44 UTC

svn commit: r349569 - /myfaces/tomahawk/trunk/tld/tomahawk.tld

Author: skitching
Date: Mon Nov 28 17:08:41 2005
New Revision: 349569

URL: http://svn.apache.org/viewcvs?rev=349569&view=rev
Log:
Fix bad entity references introduced in recent work. Thanks to Dennis Byrne
for the patch. See MYFACES-881.

Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=349569&r1=349568&r2=349569&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Mon Nov 28 17:08:41 2005
@@ -821,7 +821,7 @@
         &html_anchor_attributes;
         &user_role_attributes;
         <!-- HtmlCommandLink attributes -->
-        &html_blur_focus_attributes;
+        &html_focus_blur_attributes;
         <!-- TODO attributes image, label - old todo.. still necessary?-->
     </tag>
 
@@ -853,7 +853,7 @@
         &html_event_handler_attributes;
         &html_anchor_attributes;
         &user_role_attributes;
-        &html_blur_focus_attributes;
+        &html_focus_blur_attributes;
         <!-- TODO attributes image, label - old todo.. still necessary?-->
     </tag>