From a3697532bd7d1714611c258e3c607583d8198ef8 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Thu, 22 Apr 2004 09:57:44 +0000 Subject: [PATCH] Fix syntax errors in examples. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276378 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/filterchain.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 1451c94bc..2c49fed40 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -323,8 +323,8 @@ This will include only those lines that contain foo and Convenience method:
 <linecontains>
-  <contains value="foo">
-  <contains value="bar">
+  <contains value="foo"/>
+  <contains value="bar"/>
 </linecontains>
 
@@ -347,7 +347,7 @@ This will fetch all those lines that contain the pattern foo Convenience method:
 <linecontainsregexp>
-  <regexp pattern="foo*">
+  <regexp pattern="foo*"/>
 </linecontainsregexp>
 
@@ -1343,4 +1343,4 @@ This may be used as follows:

Copyright © 2002-2004 The Apache Software Foundation. All rights -Reserved.

+Reserved.

\ No newline at end of file