Slight cosmetic fixes

main
Inga 🏳‍🌈 14 years ago
parent 5527ee8a5e
commit 2f171ca1db
  1. 2
      Builder/IISMainHandler/build.txt
  2. 4
      templates/Full/elems/Main.xslt
  3. 4
      templates/Lite/elems/Main.xslt

@ -190,7 +190,9 @@
</xsl:template>
<xsl:template match="user" mode="userLink">
<xsl:if test="position() &gt; 1"> </xsl:if>
<xsl:if test="position() &gt; 1">
<xsl:text> </xsl:text>
</xsl:if>
<a>
<xsl:attribute name="class">
<xsl:text>separate </xsl:text>

@ -196,7 +196,9 @@
</xsl:template>
<xsl:template match="user" mode="userLink">
<xsl:if test="position() &gt; 1"> </xsl:if>
<xsl:if test="position() &gt; 1">
<xsl:text> </xsl:text>
</xsl:if>
<a>
<xsl:attribute name="class">
<xsl:text>separate </xsl:text>

Loading…
Cancel
Save