Commit 97ebb11c authored by Davis King's avatar Davis King

Updated stylesheet so it correctly puts Mercurial file removals into the HTML change log.

parent 0af07b8d
...@@ -1015,6 +1015,11 @@ ...@@ -1015,6 +1015,11 @@
<xsl:with-param name="name">Deleted</xsl:with-param> <xsl:with-param name="name">Deleted</xsl:with-param>
<xsl:with-param name="color">red</xsl:with-param> <xsl:with-param name="color">red</xsl:with-param>
</xsl:call-template> </xsl:call-template>
<xsl:call-template name="paths">
<xsl:with-param name="type">R</xsl:with-param>
<xsl:with-param name="name">Deleted</xsl:with-param>
<xsl:with-param name="color">red</xsl:with-param>
</xsl:call-template>
</xsl:template> </xsl:template>
<xsl:template match="msg"> <xsl:template match="msg">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment