Author: crossley
Date: Thu Apr  7 18:22:01 2005
New Revision: 160502

URL: http://svn.apache.org/viewcvs?view=rev&rev=160502
Log:
Show the "fixes-bug" no matter what the action/@type

Modified:
    
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2rss.xsl

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2rss.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2rss.xsl?view=diff&r1=160501&r2=160502
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2rss.xsl
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2rss.xsl
 Thu Apr  7 18:22:01 2005
@@ -39,7 +39,7 @@
               <xsl:text> </xsl:text>
               <xsl:value-of select="@type" />
 
-              <xsl:if test="@type='fix' and @fixes-bug">
+              <xsl:if test="@fixes-bug">
                 (bug <xsl:value-of select="@fixes-bug" />)
               </xsl:if>
 
@@ -53,7 +53,7 @@
               <xsl:value-of select="@type" />
               by 
               <xsl:value-of select="@dev" />
-              <xsl:if test="@type='fix' and @fixes-bug">
+              <xsl:if test="@fixes-bug">
                 (fixes bug <xsl:value-of select="@fixes-bug" />)
               </xsl:if>
               :