You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/01/09 17:02:46 UTC

cvs commit: xml-forrest/src/core/context faq.xmap

brondsem    2004/01/09 08:02:46

  Modified:    src/core/context faq.xmap
  Log:
  typo fix when looking for .xsl in project skins dir
  
  Revision  Changes    Path
  1.4       +2 -2      xml-forrest/src/core/context/faq.xmap
  
  Index: faq.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/faq.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faq.xmap	26 Nov 2003 09:15:31 -0000	1.3
  +++ faq.xmap	9 Jan 2004 16:02:46 -0000	1.4
  @@ -71,7 +71,7 @@
   
       <map:resource name="skinit">
           <map:select type="exists">
  -          <map:when test="{project:skins-dir}{forrest:skin}/xslt/html/(type.xsl}">
  +          <map:when test="{project:skins-dir}{forrest:skin}/xslt/html/{type}.xsl">
               <map:transform src="{project:skins-dir}{forrest:skin}/xslt/html/{type}.xsl">
                 <map:parameter name="notoc" value="{notoc}"/>
                 <!-- For backwards-compat with 0.2 - 0.4 skins -->