diff --git a/docs/manual/CoreTasks/apt.html b/docs/manual/CoreTasks/apt.html index 971faf521..ca9071489 100644 --- a/docs/manual/CoreTasks/apt.html +++ b/docs/manual/CoreTasks/apt.html @@ -120,7 +120,7 @@ The inherited "compiler" attribute is ignored, as it is forced to use the Apt co <javac> task to compile first your original source code, and then the generated source code:

-
  <Apt srcdir="${src}"
+
  <apt srcdir="${src}"
          destdir="${build}"
          classpath="xyz.jar"
          debug="true"