We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb99ba commit 5173353Copy full SHA for 5173353
tasks/jquery-xml/entries2html-base.xsl
@@ -405,12 +405,12 @@
405
</xsl:attribute>
406
407
<h3>
408
- <xsl:value-of select="@name"/>
409
- <span class="option-type">
410
- <strong>Type: </strong>
411
- <xsl:call-template name="render-types"/>
412
- </span>
+ <xsl:value-of select="@name"/> 
413
</h3>
+ <div class="option-type">
+ <strong>Type: </strong>
+ <xsl:call-template name="render-types"/>
+ </div>
414
<div class="default">
415
<strong>Default: </strong>
416
<xsl:if test="@default">
0 commit comments