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 2015/02/13 11:39:37 UTC

svn commit: r1659498 - /lucene/cms/trunk/templates/main.html

Author: janhoy
Date: Fri Feb 13 10:39:37 2015
New Revision: 1659498

URL: http://svn.apache.org/r1659498
Log:
Fix bad HTML

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

Modified: lucene/cms/trunk/templates/main.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/main.html?rev=1659498&r1=1659497&r2=1659498&view=diff
==============================================================================
--- lucene/cms/trunk/templates/main.html (original)
+++ lucene/cms/trunk/templates/main.html Fri Feb 13 10:39:37 2015
@@ -5,7 +5,7 @@
 <!-- main.html -->
 {% extends "head.html" %}
 {% block css %}
-    <link href="./css/global.css" rel="stylesheet" type="text/css">
+  <link href="./css/global.css" rel="stylesheet" type="text/css" />
 {% endblock %}
 {% block javascript %}
 <script type="text/javascript" src="./scripts/prototype.js"></script>