You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/19 15:58:19 UTC

svn commit: r1515424 - in /directory/site/trunk: content/mavibot/index.mdtext templates/mavibot/index.html

Author: elecharny
Date: Mon Aug 19 13:58:19 2013
New Revision: 1515424

URL: http://svn.apache.org/r1515424
Log:
Fixed the news div for mavibot

Modified:
    directory/site/trunk/content/mavibot/index.mdtext
    directory/site/trunk/templates/mavibot/index.html

Modified: directory/site/trunk/content/mavibot/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/index.mdtext?rev=1515424&r1=1515423&r2=1515424&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/index.mdtext (original)
+++ directory/site/trunk/content/mavibot/index.mdtext Mon Aug 19 13:58:19 2013
@@ -18,4 +18,4 @@ Notice: Licensed to the Apache Software 
 
 # Apache Mavibot™
 
-**Mavibot** is a _Multi Version Concurrency Control_ (MVCC) BTree in Java. It is expected to be a replacement for **JDBM** (The current backend for the  Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.
+**Mavibot** is a _Multi Version Concurrency Control_ (MVCC) BTree in Java. It is expected to be a replacement for **JDBM** (The current backend for the  Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.
\ No newline at end of file

Modified: directory/site/trunk/templates/mavibot/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/mavibot/index.html?rev=1515424&r1=1515423&r2=1515424&view=diff
==============================================================================
--- directory/site/trunk/templates/mavibot/index.html (original)
+++ directory/site/trunk/templates/mavibot/index.html Mon Aug 19 13:58:19 2013
@@ -3,6 +3,6 @@
 {% block content %}
     {{content|markdown}}
     {% block news %}
-        <div class="news">{% filter markdown %}{% include "../content/mavibot/news.mdtext" %}{% endfilter %}</div>
+       {% filter markdown %}{% include "../content/mavibot/news.mdtext" %}{% endfilter %}
     {% endblock %}
 {% endblock %}