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:51:44 UTC

svn commit: r1659500 - /lucene/cms/trunk/templates/mirrors-core-latest-redir.html

Author: janhoy
Date: Fri Feb 13 10:51:43 2015
New Revision: 1659500

URL: http://svn.apache.org/r1659500
Log:
More fixing of bad HTML

Modified:
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1659500&r1=1659499&r2=1659500&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Fri Feb 13 10:51:43 2015
@@ -4,10 +4,10 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.3">
-    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
-    <link href="../css/global.css" rel="stylesheet" type="text/css">
-    <link href="../css/core.css" rel="stylesheet" type="text/css">
+  <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.3"/>
+  <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"/>
+  <link href="../css/global.css" rel="stylesheet" type="text/css"/>
+  <link href="../css/core.css" rel="stylesheet" type="text/css"/>
 {% endblock %}
 {% endextends %}
 {% extends "core.html" %}