You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/10/12 02:07:21 UTC

svn commit: r1397384 - /lucene/cms/trunk/templates/solr.html

Author: rmuir
Date: Fri Oct 12 00:07:21 2012
New Revision: 1397384

URL: http://svn.apache.org/viewvc?rev=1397384&view=rev
Log:
fix one more broken favicon link

Modified:
    lucene/cms/trunk/templates/solr.html

Modified: lucene/cms/trunk/templates/solr.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr.html?rev=1397384&r1=1397383&r2=1397384&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr.html (original)
+++ lucene/cms/trunk/templates/solr.html Fri Oct 12 00:07:21 2012
@@ -8,7 +8,7 @@
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
 {% endblock %}
-{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="images/solr-favicon.ico"/>{% endblock %}
+{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="/images/solr-favicon.ico"/>{% endblock %}
 {% block javascript %}
 <script type="text/javascript" src="../scripts/prototype.js"></script>
 <script type="text/javascript" src="../scripts/effects.js"></script>