Author: rgardler
Date: Mon Oct 24 02:10:43 2005
New Revision: 328001

URL: http://svn.apache.org/viewcvs?rev=328001&view=rev
Log:
use a '-' in URLs instead of '_' (because they can be difficult to read'

Modified:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-langIndex_siteSnippet.xsl

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-langIndex_siteSnippet.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-langIndex_siteSnippet.xsl?rev=328001&r1=328000&r2=328001&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-langIndex_siteSnippet.xsl
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-langIndex_siteSnippet.xsl
 Mon Oct 24 02:10:43 2005
@@ -16,7 +16,7 @@
         <xsl:variable name="name" select="."/>
         <xsl:element name="{$name}">
           <xsl:attribute name="label"><xsl:value-of 
select="$name"/></xsl:attribute>
-          <xsl:attribute name="href"><xsl:value-of 
select="$name"/>_lang.html</xsl:attribute>
+          <xsl:attribute name="href"><xsl:value-of 
select="$name"/>-lang.html</xsl:attribute>
           <xsl:attribute name="description">All projects using <xsl:value-of 
select="$name"/></xsl:attribute>
         </xsl:element>
       </xsl:for-each>


Reply via email to