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/24 05:24:26 UTC

svn commit: r155172 - in forrest/trunk/main/webapp/skins: leather-dev/xslt/html/document2html.xsl pelt/xslt/html/document2html.xsl

Author: crossley
Date: Wed Feb 23 20:24:25 2005
New Revision: 155172

URL: http://svn.apache.org/viewcvs?view=rev&rev=155172
Log:
Remove a relic from someone's testing.

Modified:
    forrest/trunk/main/webapp/skins/leather-dev/xslt/html/document2html.xsl
    forrest/trunk/main/webapp/skins/pelt/xslt/html/document2html.xsl

Modified: forrest/trunk/main/webapp/skins/leather-dev/xslt/html/document2html.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/leather-dev/xslt/html/document2html.xsl?view=diff&r1=155171&r2=155172
==============================================================================
--- forrest/trunk/main/webapp/skins/leather-dev/xslt/html/document2html.xsl (original)
+++ forrest/trunk/main/webapp/skins/leather-dev/xslt/html/document2html.xsl Wed Feb 23 20:24:25 2005
@@ -93,7 +93,7 @@
     <xsl:choose>
       <xsl:when test="$level=1">
         <div class="skinconf-heading-{$level}">
-          <h1><xsl:value-of select="title"/></h1>  test - 
+          <h1><xsl:value-of select="title"/></h1>
         </div>
         <div class="section">
 			<xsl:apply-templates select="*[not(self::title)]"/>

Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/document2html.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/xslt/html/document2html.xsl?view=diff&r1=155171&r2=155172
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/xslt/html/document2html.xsl (original)
+++ forrest/trunk/main/webapp/skins/pelt/xslt/html/document2html.xsl Wed Feb 23 20:24:25 2005
@@ -100,7 +100,7 @@
     <xsl:choose>
       <xsl:when test="$level=1">
         <div class="skinconf-heading-{$level}">
-          <h1><xsl:value-of select="title"/></h1>  test - 
+          <h1><xsl:value-of select="title"/></h1>
         </div>
         <div class="section">
 			<xsl:apply-templates select="*[not(self::title)]"/>