mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user