Author: chris.laprun(a)jboss.com
Date: 2007-05-06 20:49:23 -0400 (Sun, 06 May 2007)
New Revision: 7208
Modified:
trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd
trunk/core/src/resources/test/deployment/jboss-portlet.xml
Log:
- Fixed test case.
- Typos.
Modified: trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd
===================================================================
--- trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd 2007-05-07 00:19:29
UTC (rev 7207)
+++ trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd 2007-05-07 00:49:23
UTC (rev 7208)
@@ -140,7 +140,7 @@
<!ELEMENT header-content (link|script|meta)*>
<!--
-Creates an header markup element for linked resources,
+Creates a header markup element for linked resources,
see
http://www.w3.org/TR/html401/struct/links.html#h-12.3
At runtime the href attribute value will be prefixed with the context path
@@ -166,7 +166,7 @@
<!ELEMENT link EMPTY>
<!--
-Creates an header markup for scripting,
+Creates a header markup for scripting,
see
http://www.w3.org/TR/html401/interact/scripts.html
At runtime the src attribute value will be prefixed with the context path
@@ -199,7 +199,7 @@
<!ELEMENT script (#PCDATA)>
<!--
-Creates an header markup for adding meta data to a page,
+Creates a header markup for adding meta data to a page,
see
http://www.w3.org/TR/html401/struct/global.html#h-7.4.4
Example:
Modified: trunk/core/src/resources/test/deployment/jboss-portlet.xml
===================================================================
--- trunk/core/src/resources/test/deployment/jboss-portlet.xml 2007-05-07 00:19:29 UTC
(rev 7207)
+++ trunk/core/src/resources/test/deployment/jboss-portlet.xml 2007-05-07 00:49:23 UTC
(rev 7208)
@@ -26,7 +26,7 @@
<portlet-name>Portlet1</portlet-name>
<remotable>true</remotable>
<header-content>
- <link rel="stylesheet" type="text/css"
href="test.css" title="stylesheet title"
media="screen"/>
+ <link rel="stylesheet" type="text/css"
href="test.css" media="screen"/>
<script type="text/javascript" src="test.js"/>
<meta name="description" content="test content"/>
</header-content>