[yelp-tools] comments.xsl: Fixed double angle bracket



commit 435dd50d85c86264b9674c9fbc9003055a7832f5
Author: Shaun McCance <shaunm gnome org>
Date:   Sat Sep 29 13:08:09 2012 -0400

    comments.xsl: Fixed double angle bracket

 xslt/comments.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/comments.xsl b/xslt/comments.xsl
index 61e1cdb..ec19552 100644
--- a/xslt/comments.xsl
+++ b/xslt/comments.xsl
@@ -72,7 +72,7 @@
         <xsl:otherwise>
           <xsl:text>  FIXME: &lt;</xsl:text>
           <xsl:value-of select="local-name(.)"/>
-          <xsl:text>&gt;>...&lt;/</xsl:text>
+          <xsl:text>&gt;...&lt;/</xsl:text>
           <xsl:value-of select="local-name(.)"/>
           <xsl:text>&gt;</xsl:text>
           <xsl:text>&#x000A;&#x000A;</xsl:text>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]