[portal-commits] JBoss Portal SVN: r11831 - examples/trunk/JSFHelloUser/src/main/webapp/jsf.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Sep 8 09:04:48 EDT 2008


Author: thomas.heute at jboss.com
Date: 2008-09-08 09:04:48 -0400 (Mon, 08 Sep 2008)
New Revision: 11831

Modified:
   examples/trunk/JSFHelloUser/src/main/webapp/jsf/edit.jsp
   examples/trunk/JSFHelloUser/src/main/webapp/jsf/help.jsp
Log:
minor fix

Modified: examples/trunk/JSFHelloUser/src/main/webapp/jsf/edit.jsp
===================================================================
--- examples/trunk/JSFHelloUser/src/main/webapp/jsf/edit.jsp	2008-09-08 13:00:54 UTC (rev 11830)
+++ examples/trunk/JSFHelloUser/src/main/webapp/jsf/edit.jsp	2008-09-08 13:04:48 UTC (rev 11831)
@@ -3,5 +3,5 @@
 
 <f:view>
 <div class="portlet-section-header"><h:outputText value="Edit mode"/></div>
-<div class='Portlet-section-body">This is the edit mode, a convenient place to let the user change his portlet preferences.</div>
+<div class="portlet-section-body">This is the edit mode, a convenient place to let the user change his portlet preferences.</div>
 </f:view>
\ No newline at end of file

Modified: examples/trunk/JSFHelloUser/src/main/webapp/jsf/help.jsp
===================================================================
--- examples/trunk/JSFHelloUser/src/main/webapp/jsf/help.jsp	2008-09-08 13:00:54 UTC (rev 11830)
+++ examples/trunk/JSFHelloUser/src/main/webapp/jsf/help.jsp	2008-09-08 13:04:48 UTC (rev 11831)
@@ -2,5 +2,5 @@
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
 <f:view>
 <div class="portlet-section-header">Help mode</div>
-<div class='Portlet-section-body">This is the help mode, a convenient place to give the user some help information.</div>
+<div class="portlet-section-body">This is the help mode, a convenient place to give the user some help information.</div>
 </f:view>
\ No newline at end of file




More information about the portal-commits mailing list