Author: thorsten
Date: Sat Sep 3 19:16:14 2005
New Revision: 277852
URL: http://svn.apache.org/viewcvs?rev=277852&view=rev
Log:
fixed typo
Modified:
forrest/trunk/main/webapp/forrest.xmap
Modified: forrest/trunk/main/webapp/forrest.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?rev=277852&r1=277851&r2=277852&view=diff
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Sat Sep 3 19:16:14 2005
@@ -258,7 +258,7 @@
</map:match>
<!-- if we got this far asking for the source.xml then it must be an
XDoc -->
- <map:match pattern="**.source..xml">
+ <map:match pattern="**.source.xml">
<map:serialize select="cocoon:/{1}.xml"/>
<map:serialize type="xml"/>
</map:match>