You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/21 15:55:10 UTC

svn commit: r1766054 - /poi/site/src/documentation/resources/stylesheets/changes2document.xsl

Author: onealj
Date: Fri Oct 21 15:55:10 2016
New Revision: 1766054

URL: http://svn.apache.org/viewvc?rev=1766054&view=rev
Log:
duplicate code: <bug> should be defined only once

Modified:
    poi/site/src/documentation/resources/stylesheets/changes2document.xsl

Modified: poi/site/src/documentation/resources/stylesheets/changes2document.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2document.xsl?rev=1766054&r1=1766053&r2=1766054&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl Fri Oct 21 15:55:10 2016
@@ -125,6 +125,7 @@
   </td>
 
   <td>
+   <!-- TODO: duplicate code. replace with the <xsl:template match="bug"/> defined above -->
    <xsl:if test="@fixes-bug">
     <xsl:choose>
      <xsl:when test="contains(@fixes-bug, ',')">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org