SOLR-1629 -- "Return to admin page" link on registry.jsp goes to wrong page

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@888281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-12-08 06:53:28 +00:00
parent 2ed0831df8
commit 49f7d906b1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<br clear="all" />
<xsl:apply-templates/>
<br /><br />
<a href="">Return to Admin Page</a>
<a href=".">Return to Admin Page</a>
</body>
</html>
</xsl:template>