You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/21 22:19:54 UTC

svn commit: r234336 - in /struts/taglib/trunk: project.xml src/tld/struts-html.tld

Author: wsmoak
Date: Sun Aug 21 13:19:46 2005
New Revision: 234336

URL: http://svn.apache.org/viewcvs?rev=234336&view=rev
Log:
Fix invalid xml, change to version 1.4 of the taglib plugin.

Thanks to Maven Taglib Plugin author Fabrizio Giustina for fixing a problem with the tagreference pages (markup from CDATA sections was displaying on the page) and releasing a new version of the plugin.

Modified:
    struts/taglib/trunk/project.xml
    struts/taglib/trunk/src/tld/struts-html.tld

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=234336&r1=234335&r2=234336&view=diff
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Sun Aug 21 13:19:46 2005
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
       <type>plugin</type>
       <url>http://maven-taglib.sourceforge.net</url>
     </dependency>

Modified: struts/taglib/trunk/src/tld/struts-html.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-html.tld?rev=234336&r1=234335&r2=234336&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-html.tld (original)
+++ struts/taglib/trunk/src/tld/struts-html.tld Sun Aug 21 13:19:46 2005
@@ -30,7 +30,7 @@
         <body-content>empty</body-content>
         <description>
         <![CDATA[
-            <p><strong>Render an HTML <base> Element</strong></p>
+            <p><strong>Render an HTML <code>&lt;base&gt;</code> Element</strong></p>
           
           <p>Renders an HTML <code>&lt;base&gt;</code> element with an
           <code>href</code> attribute pointing to the absolute location of
@@ -2772,7 +2772,7 @@
         <body-content>JSP</body-content>
         <description>
         <![CDATA[
-            <p><strong>Render an HTML <html> Element</strong></p>
+            <p><strong>Render an HTML <code>&lt;html&gt;</code> Element</strong></p>
           
           <p>Renders an HTML <code>&lt;html&gt;</code> element with
           language attributes extracted from the user's current Locale



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