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:40:46 UTC

svn commit: r1659499 - /lucene/cms/trunk/templates/simple.html

Author: janhoy
Date: Fri Feb 13 10:40:45 2015
New Revision: 1659499

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

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

Modified: lucene/cms/trunk/templates/simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/simple.html?rev=1659499&r1=1659498&r2=1659499&view=diff
==============================================================================
--- lucene/cms/trunk/templates/simple.html (original)
+++ lucene/cms/trunk/templates/simple.html Fri Feb 13 10:40:45 2015
@@ -5,7 +5,7 @@
 <!-- simple.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>