haul        2003/03/12 04:57:53

  Modified:    src/webapp/samples/stylesheets/page simple-page2html.xsl
  Log:
  fix link to docs
  
  Revision  Changes    Path
  1.2       +1 -1      
cocoon-2.1/src/webapp/samples/stylesheets/page/simple-page2html.xsl
  
  Index: simple-page2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/stylesheets/page/simple-page2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simple-page2html.xsl      9 Mar 2003 00:11:22 -0000       1.1
  +++ simple-page2html.xsl      12 Mar 2003 12:57:53 -0000      1.2
  @@ -74,7 +74,7 @@
                       </a>
                     </xsl:when>
                     <xsl:when test="@type='doc'">
  -                    <a target="_blank" 
href="{concat($contextPath,'/documents/',@href)}">
  +                    <a target="_blank" href="{concat($contextPath,'/docs/',@href)}">
                         <xsl:apply-templates/>
                       </a>
                     </xsl:when>
  
  
  

Reply via email to