mirror of https://github.com/apache/lucene.git
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:
parent
7247cbd077
commit
7af629f193
|
@ -91,7 +91,7 @@
|
||||||
<xmlproperty file="${ant.file}" collapseAttributes="true"/>
|
<xmlproperty file="${ant.file}" collapseAttributes="true"/>
|
||||||
<echo file="${javadoc.dir}/index.html" append="true">
|
<echo file="${javadoc.dir}/index.html" append="true">
|
||||||
<![CDATA[
|
<![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>
|
]]></echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue