Browse Source

stray ampersand, PR 52667

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292394 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
d090f28345
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Types/mapper.html

+ 1
- 1
manual/Types/mapper.html View File

@@ -460,7 +460,7 @@ should be used.</li>
</table>
<blockquote><pre>
&lt;mapper type="regexp" from="^(.*)\.(.*)$$" to="\2.\1"/&gt;
&lt;regexpmapper from="^(.*)\.(.*)$$&" to="\2.\1"/&gt;
&lt;regexpmapper from="^(.*)\.(.*)$$" to="\2.\1"/&gt;
</pre></blockquote>
<table border="1" cellpadding="2" cellspacing="0">
<tr>


Loading…
Cancel
Save