From c8b5902d5d029a76b303296b99876f2f566010b5 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 25 Sep 2006 22:06:09 +0000 Subject: [PATCH] remove blockquote from long examples, correct name of attribute in git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449833 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/conditions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index 671941ac3..f42668066 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -564,11 +564,11 @@ Check for namespace support. All SAX2 parsers should have this. Check for XML Schema support. -
+
 <parsersupports
   property="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"
   value="document.xsd"/>
-
+ Check for Xerces-specific definition of the location of the no namespace schema. @@ -795,7 +795,7 @@ must match. Since Ant 1.7 Yes - match + pattern The regular expression pattern used to test. Yes, unless there is a nested <regexp> element.