Added a / in the path for the Go Home Button

The link being generated was for the current page, and not the home page.
This commit is contained in:
Thomas Misilo
2014-06-05 11:14:59 -04:00
parent ea3dcd9d94
commit b47159fd60

View File

@@ -38,7 +38,7 @@ Created by Tim Donohue
<head><xsl:value-of select="$pageTitle"/></head>
<p></p>
<p>
<xref><xsl:attribute name="target"><xsl:value-of select="$contextPath"/></xsl:attribute><i18n:text>xmlui.general.go_home</i18n:text></xref>
<xref><xsl:attribute name="target"><xsl:value-of select="$contextPath"/>/</xsl:attribute><i18n:text>xmlui.general.go_home</i18n:text></xref>
</p>
<p>
<!-- TODO: This should be moved to an I18N message key -->