You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/02/13 23:47:18 UTC

svn commit: r377521 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java

Author: werpu
Date: Mon Feb 13 14:47:17 2006
New Revision: 377521

URL: http://svn.apache.org/viewcvs?rev=377521&view=rev
Log:
removed a script attr

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java?rev=377521&r1=377520&r2=377521&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java Mon Feb 13 14:47:17 2006
@@ -260,7 +260,6 @@
         writer.writeAttribute("layoutAlign","client",null);
                        
         writer.endElement(HTML.DIV_ELEM);
-        writer.startElement(HTML.SCRIPT_ELEM, component);
         
     }
 }