Corrected indents.

This commit is contained in:
Andrey Semashev 2024-06-30 19:22:22 +03:00
parent 8b5189e24e
commit 5216db3959

View File

@ -320,8 +320,8 @@ Error: XSL template 'link-or-anchor' called with invalid link-type '<xsl:value-o
<refnamediv>
<refname><xsl:value-of select="$refname"/></refname>
<refpurpose>
<xsl:apply-templates mode="purpose" select="$purpose"/>
</refpurpose>
<xsl:apply-templates mode="purpose" select="$purpose"/>
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<synopsis>
@ -535,4 +535,3 @@ Error: XSL template 'link-or-anchor' called with invalid link-type '<xsl:value-o
</xsl:if>
</xsl:template>
</xsl:stylesheet>