diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index f20646326..4c8f42f45 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -554,7 +554,7 @@ that represent comments as specified by the user. This removes all lines that begin with #, --, REM, rem and //
 <filterreader classname="org.apache.tools.ant.filters.StripLineComments">
-  <param type="comment" value="e;#"/>
+  <param type="comment" value="#"/>
   <param type="comment" value="--"/>
   <param type="comment" value="REM "/>
   <param type="comment" value="rem "/>