Skip to content

Commit

Permalink
One more glitch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Ghita committed Feb 10, 2012
1 parent b6a53cf commit b403f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/plh-toolkit.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<xsl:template match="page" mode="plh-url">
<xsl:param name="lang" select="/data/fl-languages/current-language/@handle" />

<xsl:value-of select="concat($xs_root, '/', $lang, '/', item[@lang=$lang]/@handle, '/')"/>
<xsl:value-of select="concat('/', $lang, '/', item[@lang=$lang]/@handle, '/')"/>
</xsl:template>


Expand Down

0 comments on commit b403f21

Please sign in to comment.