summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html-ui.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-11-02 18:24:23 -0400
committerShaun McCance <shaunm@gnome.org>2012-11-02 18:24:23 -0400
commit52d4fd51c64d82835052b2efa171e56342f910f6 (patch)
tree5ec543b3d185909622a2c8292378d5f5ae79fa3a /xslt/mallard/html/mal2html-ui.xsl
parent3eb52fb29ad2553c0a226916c0a08d52c707094d (diff)
downloadyelp-xsl-52d4fd51c64d82835052b2efa171e56342f910f6.tar.gz
mal2html-ui: Suppress ui:thumb in mal2html.block.mode
Diffstat (limited to 'xslt/mallard/html/mal2html-ui.xsl')
-rw-r--r--xslt/mallard/html/mal2html-ui.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/mallard/html/mal2html-ui.xsl b/xslt/mallard/html/mal2html-ui.xsl
index 7a177ca2..37a1e00d 100644
--- a/xslt/mallard/html/mal2html-ui.xsl
+++ b/xslt/mallard/html/mal2html-ui.xsl
@@ -473,6 +473,9 @@ ${node} element.
<!-- == Matched Templates == -->
+<!-- = ui:thumb = -->
+<xsl:template mode="mal2html.block.mode" match="uix:thumb"/>
+
<!-- = ui:overlay = -->
<xsl:template mode="mal2html.block.mode" match="uix:overlay">
<xsl:variable name="media" select="mal:media[1]"/>