You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2012/02/15 22:56:24 UTC

[Lucene.Net] svn commit: r1244749 - /incubator/lucene.net/site/trunk/content/lucene.net/index.html

Author: pnasser
Date: Wed Feb 15 21:56:23 2012
New Revision: 1244749

URL: http://svn.apache.org/viewvc?rev=1244749&view=rev
Log:
testing quick commit / publish per joe

Modified:
    incubator/lucene.net/site/trunk/content/lucene.net/index.html

Modified: incubator/lucene.net/site/trunk/content/lucene.net/index.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/index.html?rev=1244749&r1=1244748&r2=1244749&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/index.html (original)
+++ incubator/lucene.net/site/trunk/content/lucene.net/index.html Wed Feb 15 21:56:23 2012
@@ -6,7 +6,7 @@
   <div id="blogcontent">
     {% for e in blog.list %}
       <h2><a href="{{ e.url }}">{{ e.title }}</a></h2>
-      <div class="section-content">{{ e.content|safe|truncatewords_html:350 }}</div>
+      <div class="section-content">{{ e.content|safe|truncatewords_html:355 }}</div>
       <hr>
     {% endfor %}
   </div>