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 ry...@apache.org on 2008/10/31 18:55:10 UTC

svn commit: r709505 - /lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm

Author: ryan
Date: Fri Oct 31 10:55:09 2008
New Revision: 709505

URL: http://svn.apache.org/viewvc?rev=709505&view=rev
Log:
SOLR-620: change html script header... now works in FF

Modified:
    lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm

Modified: lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm?rev=709505&r1=709504&r2=709505&view=diff
==============================================================================
--- lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm (original)
+++ lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/browse.vm Fri Oct 31 10:55:09 2008
@@ -7,7 +7,7 @@
 <head>
   <title>#param('title')</title>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-  <script type="text/javascript" src="/solr/admin/jquery-1.2.3.min.js"/>
+  <script type="text/javascript" src="/solr/admin/jquery-1.2.3.min.js"></script>
   <link rel="stylesheet" type="text/css" href="/solr/admin/file?file=/velocity/main.css&contentType=text/css"/>
 </head>
 <body>