You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/04/21 18:18:35 UTC

svn commit: r1328705 - /lucene/dev/trunk/lucene/module-build.xml

Author: uschindler
Date: Sat Apr 21 16:18:34 2012
New Revision: 1328705

URL: http://svn.apache.org/viewvc?rev=1328705&view=rev
Log:
LUCENE-3977: Remove the additional closing html element thats too much

Modified:
    lucene/dev/trunk/lucene/module-build.xml

Modified: lucene/dev/trunk/lucene/module-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/module-build.xml?rev=1328705&r1=1328704&r2=1328705&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/module-build.xml (original)
+++ lucene/dev/trunk/lucene/module-build.xml Sat Apr 21 16:18:34 2012
@@ -91,7 +91,7 @@
     <xmlproperty file="${ant.file}" collapseAttributes="true"/>
     <echo file="${javadoc.dir}/index.html" append="true">
 <![CDATA[
-  <li><a href="${name}/index.html">${name}</a>: ${project.description}</a></li>
+  <li><a href="${name}/index.html">${name}</a>: ${project.description}</li>
 ]]></echo>
   </target>