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