From d090f28345690599a9659b9a3f91dc861b6afd93 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 22 Feb 2012 16:49:47 +0000 Subject: [PATCH] stray ampersand, PR 52667 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292394 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Types/mapper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Types/mapper.html b/manual/Types/mapper.html index d84de62e4..5aff311e6 100644 --- a/manual/Types/mapper.html +++ b/manual/Types/mapper.html @@ -460,7 +460,7 @@ should be used.
 <mapper type="regexp" from="^(.*)\.(.*)$$" to="\2.\1"/>
-<regexpmapper from="^(.*)\.(.*)$$&" to="\2.\1"/>
+<regexpmapper from="^(.*)\.(.*)$$" to="\2.\1"/>