You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/02/11 06:44:15 UTC

svn commit: r153365 - forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl

Author: crossley
Date: Thu Feb 10 21:44:14 2005
New Revision: 153365

URL: http://svn.apache.org/viewcvs?view=rev&rev=153365
Log:
Fix validation error.

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl?view=diff&r1=153364&r2=153365
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/site2book.xsl Thu Feb 10 21:44:14 2005
@@ -34,7 +34,7 @@
   <xsl:template match="f:site">
     <book software="Forrest"
       title="Apache Forrest"
-      copyright="Copyright 2002-2005 The Apache Software Foundation or its licensors, as applicable."
+      copyright="Copyright 2002-2005 The Apache Software Foundation or its licensors, as applicable.">
       <xsl:apply-templates/>
     </book>
   </xsl:template>