xsl/common: allow <link rel=""/>
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Astro 2023-09-27 01:34:51 +02:00
parent c820cc524f
commit f31ce3f598
1 changed files with 3 additions and 0 deletions

View File

@ -447,6 +447,9 @@
<xsl:if test="@class">
<xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute>
</xsl:if>
<xsl:if test="@rel">
<xsl:attribute name="rel"><xsl:value-of select="@rel"/></xsl:attribute>
</xsl:if>
<xsl:apply-templates/>
</a>