Browse Source

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
master
Peter Reilly 21 years ago
parent
commit
16197b95ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTypes/antlib.html

+ 1
- 1
docs/manual/CoreTypes/antlib.html View File

@@ -134,7 +134,7 @@
<current:if>
<current:isallowed test="@{action}"/>
<current:then>
<current:do/>
<do/>
</current:then>
</current:if>
</sequential>


Loading…
Cancel
Save