LUCENE-3977: Remove the additional closing html element thats too much

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-04-21 16:18:34 +00:00
parent 7247cbd077
commit 7af629f193
1 changed files with 1 additions and 1 deletions

View File

@ -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>