From 16197b95ed7b84a52ff394c69bf8c3f96bb54155 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Sat, 12 Jun 2004 15:47:19 +0000 Subject: [PATCH] Fix example of usage of macrodef in an antlib git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276571 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/antlib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTypes/antlib.html b/docs/manual/CoreTypes/antlib.html index 79459b4a7..99393f9dc 100644 --- a/docs/manual/CoreTypes/antlib.html +++ b/docs/manual/CoreTypes/antlib.html @@ -134,7 +134,7 @@ <current:if> <current:isallowed test="@{action}"/> <current:then> - <current:do/> + <do/> </current:then> </current:if> </sequential>