Browse Source

Missing '<' in @text-example.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276411 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
dde5818806
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/macrodef.html

+ 2
- 2
docs/manual/CoreTasks/macrodef.html View File

@@ -310,7 +310,7 @@
<blockquote>
<pre class="code">
&lt;macrodef name="echotest"&gt;
&lt;text name="text"/text&gt;
&lt;text name="text"&lt;/text&gt;
&lt;sequential&gt;
&lt;echo&gt;@{text}&lt;/echo&gt;
&lt;/sequential&gt;
@@ -345,4 +345,4 @@
Foundation. All rights Reserved.</p>

</body>
</html>
</html>

Loading…
Cancel
Save