[yelp-xsl] mal2html-inline.xsl: Allow action attribute



commit 950c3dbaefd8de2f42abb5408fdb99f11fc11d43
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Mar 7 17:04:36 2011 -0500

    mal2html-inline.xsl: Allow action attribute

 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 c181ae6..1e81f0c 100644
--- a/xslt/mallard/html/mal2html-inline.xsl
+++ b/xslt/mallard/html/mal2html-inline.xsl
@@ -97,7 +97,7 @@ an #{xref} or #{href} attribute.
   <span class="{concat($class, ' ', local-name($node))}">
     <xsl:call-template name="html.lang.attrs"/>
     <xsl:choose>
-      <xsl:when test="$node/@xref | $node/@href">
+      <xsl:when test="$node/@action | $node/@xref | $node/@href">
         <a>
           <xsl:attribute name="href">
             <xsl:call-template name="mal.link.target">



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