Skip to content

Commit

Permalink
[134] Possible XSLT error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Apr 11, 2010
1 parent f41fd6f commit 46b71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layout/includes.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
<xsl:template name="truncate">
<xsl:param name="string"/>
<xsl:param name="length"/>
<xsl:param name="suffix" select="'…'" />
<xsl:param name="suffix" select="'...'" />

<xsl:value-of select="substring($string, 1, $length)"/>

Expand Down

0 comments on commit 46b71b5

Please sign in to comment.