Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

Commit f4846f2

Browse files
authored
fixed div tag
solution for a self-closing tag (appears if there is no text in a document-tag), which is not allowed in HTML
1 parent e4b6dbb commit f4846f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xs3p.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ pre {
25642564
<xsl:value-of select="text()"/>
25652565
<xsl:if test="./@source">
25662566
Linked documentation: <xsl:value-of select="./@source"/>
2567-
</xsl:if>
2567+
</xsl:if><xsl:text> </xsl:text>
25682568
</div>
25692569
<div class="xs3p-doc" id="{generate-id(.)}{$suffix}-doc"><xsl:text> </xsl:text></div>
25702570
</div>

0 commit comments

Comments
 (0)