You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2012/03/08 11:06:36 UTC

svn commit: r1298334 - /lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm

Author: janhoy
Date: Thu Mar  8 10:06:36 2012
New Revision: 1298334

URL: http://svn.apache.org/viewvc?rev=1298334&view=rev
Log:
SOLR-3216: Solr logo missing from /browse GUI

Modified:
    lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm

Modified: lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm?rev=1298334&r1=1298333&r2=1298334&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm (original)
+++ lucene/dev/trunk/solr/example/solr/conf/velocity/header.vm Thu Mar  8 10:06:36 2012
@@ -1,3 +1,3 @@
 <div id="head">
-  <span ><a href="#url_for_home#if($request.params.get('debugQuery'))?debugQuery=true#end"><img src="#{url_for_solr}/admin/solr_small.png" id="logo"/></a></span>
+  <span ><a href="#url_for_home#if($request.params.get('debugQuery'))?debugQuery=true#end"><img src="#{url_for_solr}/img/solr.png" id="logo"/></a></span>
 </div>
\ No newline at end of file