Slight fix in templates

main
Inga 🏳‍🌈 14 years ago
parent bb1fbc66d9
commit 7625205edb
  1. 3
      templates/Full/elems/BoardInfo.xslt

@ -74,10 +74,11 @@
</xsl:template>
<xsl:template match="subBoards/board">
<xsl:text> </xsl:text>
<xsl:text> [</xsl:text>
<a>
<xsl:attribute name="href">/Board/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:value-of select="name"/>
</a>
<xsl:text>]</xsl:text>
</xsl:template>
</xsl:stylesheet>
Loading…
Cancel
Save