You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/03 11:53:48 UTC

svn commit: r918396 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

Author: kkolinko
Date: Wed Mar  3 10:53:48 2010
New Revision: 918396

URL: http://svn.apache.org/viewvc?rev=918396&view=rev
Log:
Added "r" to the text of revision number links generated from <rev> tag.
As of now, those are used in changelog.xml only.

Modified:
    tomcat/trunk/webapps/docs/tomcat-docs.xsl

Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=918396&r1=918395&r2=918396&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Wed Mar  3 10:53:48 2010
@@ -471,7 +471,7 @@
   <!-- Link to a SVN revision report -->
   <xsl:template match="rev">
       <xsl:variable name="link"><xsl:value-of select="$revlink"/><xsl:value-of select="text()"/></xsl:variable>
-      <a href="{$link}"><xsl:apply-templates/></a>
+      <a href="{$link}">r<xsl:apply-templates/></a>
   </xsl:template>
 
   <!-- Process everything else by just passing it through -->



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