You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2009/12/08 07:53:28 UTC

svn commit: r888281 - /lucene/solr/trunk/src/webapp/web/admin/registry.xsl

Author: shalin
Date: Tue Dec  8 06:53:28 2009
New Revision: 888281

URL: http://svn.apache.org/viewvc?rev=888281&view=rev
Log:
SOLR-1629 -- "Return to admin page" link on registry.jsp goes to wrong page

Modified:
    lucene/solr/trunk/src/webapp/web/admin/registry.xsl

Modified: lucene/solr/trunk/src/webapp/web/admin/registry.xsl
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/registry.xsl?rev=888281&r1=888280&r2=888281&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/registry.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/registry.xsl Tue Dec  8 06:53:28 2009
@@ -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>