Author: thomas.heute(a)jboss.com
Date: 2008-07-14 10:29:40 -0400 (Mon, 14 Jul 2008)
New Revision: 11437
Modified:
examples/trunk/JSFHelloUser/src/main/webapp/jsp/edit.jsp
examples/trunk/JSFHelloUser/src/main/webapp/jsp/hello.jsp
examples/trunk/JSFHelloUser/src/main/webapp/jsp/help.jsp
examples/trunk/JSPHelloUser/src/main/webapp/jsp/hello.jsp
Log:
minor fixes
Modified: examples/trunk/JSFHelloUser/src/main/webapp/jsp/edit.jsp
===================================================================
--- examples/trunk/JSFHelloUser/src/main/webapp/jsp/edit.jsp 2008-07-14 14:29:23 UTC (rev
11436)
+++ examples/trunk/JSFHelloUser/src/main/webapp/jsp/edit.jsp 2008-07-14 14:29:40 UTC (rev
11437)
@@ -1,2 +1,2 @@
<div class="portlet-section-header">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>
\ No newline at end of file
+<div class="Portlet-section-body">This is the edit mode, a convenient
place to let the user change his portlet preferences.</div>
\ No newline at end of file
Modified: examples/trunk/JSFHelloUser/src/main/webapp/jsp/hello.jsp
===================================================================
--- examples/trunk/JSFHelloUser/src/main/webapp/jsp/hello.jsp 2008-07-14 14:29:23 UTC (rev
11436)
+++ examples/trunk/JSFHelloUser/src/main/webapp/jsp/hello.jsp 2008-07-14 14:29:40 UTC (rev
11437)
@@ -5,4 +5,4 @@
<portlet:renderURL var="myRenderURL"/>
<br/>
-<a href="<%= myRenderURL %>">Ask me again</a></div>
+<a href="<%= myRenderURL %>">Ask me again</a>
Modified: examples/trunk/JSFHelloUser/src/main/webapp/jsp/help.jsp
===================================================================
--- examples/trunk/JSFHelloUser/src/main/webapp/jsp/help.jsp 2008-07-14 14:29:23 UTC (rev
11436)
+++ examples/trunk/JSFHelloUser/src/main/webapp/jsp/help.jsp 2008-07-14 14:29:40 UTC (rev
11437)
@@ -1,2 +1,2 @@
<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>
\ No newline at end of file
+<div class="Portlet-section-body">This is the help mode, a convenient
place to give the user some help information.</div>
\ No newline at end of file
Modified: examples/trunk/JSPHelloUser/src/main/webapp/jsp/hello.jsp
===================================================================
--- examples/trunk/JSPHelloUser/src/main/webapp/jsp/hello.jsp 2008-07-14 14:29:23 UTC (rev
11436)
+++ examples/trunk/JSPHelloUser/src/main/webapp/jsp/hello.jsp 2008-07-14 14:29:40 UTC (rev
11437)
@@ -5,4 +5,4 @@
<portlet:renderURL var="myRenderURL"/>
<br/>
-<a href="<%= myRenderURL %>">Ask me again</a></div>
+<a href="<%= myRenderURL %>">Ask me again</a>