the text label such as Note, Warning.
</td>
<th align="left">
<xsl:call-template name="anchor"/>
- <xsl:apply-templates select="." mode="object.title.markup"/>
+ <xsl:if test="$admon.textlabel != 0">
+ <xsl:apply-templates select="." mode="object.title.markup"/>
+ </xsl:if>
</th>
</tr>
<tr>
<h3 class="title">
<xsl:call-template name="anchor"/>
+ <xsl:if test="$admon.textlabel != 0">
+ <xsl:apply-templates select="." mode="object.title.markup"/>
+ </xsl:if>
<xsl:apply-templates select="." mode="object.title.markup"/>
</h3>