aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl')
-rw-r--r--stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl
index da3a19471..9a73ed628 100644
--- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl
+++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/admon.xsl
@@ -113,12 +113,12 @@
</xsl:attribute>
</xsl:if>
- <h3 class="title">
- <xsl:call-template name="anchor"/>
- <xsl:if test="$admon.textlabel != 0 or title or info/title">
+ <xsl:if test="$admon.textlabel != 0 or title or info/title">
+ <h3 class="title">
+ <xsl:call-template name="anchor"/>
<xsl:apply-templates select="." mode="object.title.markup"/>
- </xsl:if>
- </h3>
+ </h3>
+ </xsl:if>
<xsl:apply-templates/>
</div>