EXTCDI-285 remove invalid EL statement


git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/cdi/trunk@1338260 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/jsf-playground/clientside_windowhandler_jsf20/src/main/webapp/WEB-INF/templates/layout.xhtml b/examples/jsf-playground/clientside_windowhandler_jsf20/src/main/webapp/WEB-INF/templates/layout.xhtml
index b9954ba..3bc00be 100644
--- a/examples/jsf-playground/clientside_windowhandler_jsf20/src/main/webapp/WEB-INF/templates/layout.xhtml
+++ b/examples/jsf-playground/clientside_windowhandler_jsf20/src/main/webapp/WEB-INF/templates/layout.xhtml
@@ -15,7 +15,7 @@
             <ui:insert name="header"></ui:insert>
             <title><h:outputText value="MyFaces CODI - "/><ui:insert name="title"></ui:insert></title>
         </h:head>
-        <h:body class="#{theme.section}">
+        <h:body>
             <div id="codi">
                 <div id="home">
                     <div id="mainContainer">