diff --git a/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html b/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html index ca4c31836..34003f7a2 100644 --- a/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html +++ b/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html @@ -131,7 +131,7 @@ A reference to an existing classpath.
  <antlib library="optional.jar"/>

loads the definitions from the library optional.jar located at ${ant.home}/lib.

-
  <antlib file="${build}/lib/mylib.jar">
+
  <antlib file="${build}/lib/mylib.jar">
     <alias name="echo" as="myecho"/>
   </antlib>