You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/01/30 06:39:27 UTC

svn commit: r373444 - /portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml

Author: taylor
Date: Sun Jan 29 21:39:26 2006
New Revision: 373444

URL: http://svn.apache.org/viewcvs?rev=373444&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-469

Modified:
    portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml

Modified: portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml?rev=373444&r1=373443&r2=373444&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml Sun Jan 29 21:39:26 2006
@@ -95,7 +95,8 @@
 			Create the file simplest.psml in the src/webapp/WEB-INF/pages directory of your Jetspeed Portal.
 			The portlet-app id and the portlet-name are combined to identify the portlet fragment. Rebuild your portal.
 			<source><![CDATA[
-page>
+<?xml version="1.0" encoding="UTF-8"?> 
+ <page> 
   <defaults
      skin="orange"
      layout-decorator="tigris"
@@ -135,4 +136,4 @@
 			</subsection>
 		</section>
 	</body>
-</document>
\ No newline at end of file
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org