[yelp-xsl] [mal2html-inline.xsl] Handle bare text content in guiseq



commit e57bdeb28d98b94be5fb38082c210503f1c43a7d
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Jul 9 09:43:03 2010 -0400

    [mal2html-inline.xsl] Handle bare text content in guiseq

 xslt/mallard/html/mal2html-inline.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl
index 96bce7b..c181ae6 100644
--- a/xslt/mallard/html/mal2html-inline.xsl
+++ b/xslt/mallard/html/mal2html-inline.xsl
@@ -185,7 +185,7 @@ an #{xref} or #{href} attribute.
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
-  <xsl:for-each select="mal:gui">
+  <xsl:for-each select="mal:gui | text()[normalize-space(.) != '']">
     <xsl:if test="position() != 1">
       <xsl:value-of select="$arrow"/>
     </xsl:if>



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