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

Commit

Permalink
fixed div tag
Browse files Browse the repository at this point in the history
solution for a self-closing tag (appears if there is no text in a document-tag), which is not allowed in HTML
  • Loading branch information
nexero authored Jul 27, 2017
1 parent e4b6dbb commit f4846f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs3p.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ pre {
<xsl:value-of select="text()"/>
<xsl:if test="./@source">
Linked documentation: <xsl:value-of select="./@source"/>
</xsl:if>
</xsl:if><xsl:text> </xsl:text>
</div>
<div class="xs3p-doc" id="{generate-id(.)}{$suffix}-doc"><xsl:text> </xsl:text></div>
</div>
Expand Down

0 comments on commit f4846f2

Please sign in to comment.