You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/10/26 08:37:03 UTC

svn commit: r1027379 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml

Author: lofwyr
Date: Tue Oct 26 06:37:03 2010
New Revision: 1027379

URL: http://svn.apache.org/viewvc?rev=1027379&view=rev
Log:
code style

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml?rev=1027379&r1=1027378&r2=1027379&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml Tue Oct 26 06:37:03 2010
@@ -19,7 +19,6 @@
 
 <ui:composition xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tf="http://myfaces.apache.org/tobago/facelet-extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
 
   <f:view locale="#{clientConfigController.locale}">
@@ -33,4 +32,4 @@
 
     </tc:page>
   </f:view>
-</ui:composition>
\ No newline at end of file
+</ui:composition>