You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/05 02:38:01 UTC

svn commit: r180040 - /forrest/branches/locationmap_branch/main/webapp/forrest.xmap

Author: rgardler
Date: Sat Jun  4 17:38:00 2005
New Revision: 180040

URL: http://svn.apache.org/viewcvs?rev=180040&view=rev
Log:
remove trailing '/'

Modified:
    forrest/branches/locationmap_branch/main/webapp/forrest.xmap

Modified: forrest/branches/locationmap_branch/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/webapp/forrest.xmap?rev=180040&r1=180039&r2=180040&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/webapp/forrest.xmap (original)
+++ forrest/branches/locationmap_branch/main/webapp/forrest.xmap Sat Jun  4 17:38:00 2005
@@ -300,7 +300,7 @@
        </map:match>
    
        <map:match pattern="**.xml">
-        <map:generate src="{lm:{0}}/" />
+        <map:generate src="{lm:{0}}" />
         <map:serialize type="xml"/>
        </map:match>
      </map:match>