diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 9d075b9e9..d49fe6c3f 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -35,8 +35,8 @@ The exclude
or excludesfile
attribute is used
to specify
the files you want to have excluded. In both cases, the list of files
can be specified by either the filename, relative to the directory(s) specified
-in the srcdir
attribute or nested element, or by using
-wildcard patterns. See the section on
+in the srcdir
attribute or nested <src>
+element(s), or by using wildcard patterns. See the section on
directory-based tasks,
for information on how the
inclusion/exclusion of files works, and how to write wildcard patterns.