diff --git a/docs/index.html b/docs/index.html index 7631914fc..4aa0df254 100644 --- a/docs/index.html +++ b/docs/index.html @@ -484,7 +484,7 @@ defined.

<pathelement path="${classpath}" /> <fileset dir="lib"> <include name="**/*.jar" /> - </fileset;> + </fileset> <pathelement location="classes" /> </classpath> @@ -503,7 +503,7 @@ structure via a nested <path> elements.

<pathelement path="${classpath}" /> <fileset dir="lib"> <include name="**/*.jar" /> - </fileset;> + </fileset> <pathelement location="classes" /> </path>