Skip to content

Commit 7273502

Browse files
committed
API sites: Add a header to the Overview section for widgets.
1 parent 4871ca8 commit 7273502

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tasks/jquery-xml/entries2html-base.xsl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
<xsl:text>-</xsl:text><xsl:value-of select="$entry-index - 1"/>
6969
</xsl:if>
7070
</xsl:attribute>
71+
72+
<xsl:if test="$entry-type='widget'">
73+
<header>
74+
<h2 class="underline">Overview</h2>
75+
</header>
76+
</xsl:if>
77+
7178
<xsl:apply-templates select="longdesc"/>
7279
</div>
7380
</xsl:if>

0 commit comments

Comments
 (0)