Author: bodewig
Date: Wed Feb 22 16:49:47 2012
New Revision: 1292394
URL: http://svn.apache.org/viewvc?rev=1292394&view=rev
Log:
stray ampersand, PR 52667
Modified:
ant/core/trunk/manual/Types/mapper.html
Modified: ant/core/trunk/manual/Types/mapper.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Types/mapper.html?rev=1292394&r1=1292393&r2=1292394&view=diff
==============================================================================
--- ant/core/trunk/manual/Types/mapper.html (original)
+++ ant/core/trunk/manual/Types/mapper.html Wed Feb 22 16:49:47 2012
@@ -460,7 +460,7 @@ should be used.</li>
</table>
<blockquote><pre>
<mapper type="regexp" from="^(.*)\.(.*)$$" to="\2.\1"/>
-<regexpmapper from="^(.*)\.(.*)$$&" to="\2.\1"/>
+<regexpmapper from="^(.*)\.(.*)$$" to="\2.\1"/>
</pre></blockquote>
<table border="1" cellpadding="2" cellspacing="0">
<tr>