You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/07/23 18:53:16 UTC

svn commit: r1506155 - in /lucene/cms/trunk/templates: body.html main.html

Author: sarowe
Date: Tue Jul 23 16:53:16 2013
New Revision: 1506155

URL: http://svn.apache.org/r1506155
Log:
trigger rebuild

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

Modified: lucene/cms/trunk/templates/body.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/body.html?rev=1506155&r1=1506154&r2=1506155&view=diff
==============================================================================
--- lucene/cms/trunk/templates/body.html (original)
+++ lucene/cms/trunk/templates/body.html Tue Jul 23 16:53:16 2013
@@ -81,7 +81,7 @@
       document.observe('dom:loaded', StartSlides);
     </script>
     {% endblock %}
-  </div>
+  </div> 
   <div id="content-wrap" class="clearfix">
     <div id="main">
       <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>

Modified: lucene/cms/trunk/templates/main.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/main.html?rev=1506155&r1=1506154&r2=1506155&view=diff
==============================================================================
--- lucene/cms/trunk/templates/main.html (original)
+++ lucene/cms/trunk/templates/main.html Tue Jul 23 16:53:16 2013
@@ -18,7 +18,7 @@
         search, information retrieval, spell checking, faceting, inverted index, open source"/>
 {% endblock %}
 {% endextends %}
-
+ 
 {% extends "body.html" %}
 {% block news %}
 <div>{% filter markdown %}{% include "../content/mainnews.mdtext" %}{% endfilter %}</div>