unico       2003/12/28 13:04:10

  Modified:    src/webapp welcome.xslt
  Log:
  remove old context path
  
  Revision  Changes    Path
  1.9       +2 -2      cocoon-2.2/src/webapp/welcome.xslt
  
  Index: welcome.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/welcome.xslt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- welcome.xslt      21 Oct 2003 09:43:32 -0000      1.8
  +++ welcome.xslt      28 Dec 2003 21:04:10 -0000      1.9
  @@ -5,7 +5,7 @@
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 xmlns="http://www.w3.org/1999/xhtml";>
   
  -  <xsl:param name="contextPath" select="'/cocoon'"/>
  +  <xsl:param name="contextPath"/>
   
     <xsl:template match="welcome">
       <html xml:lang="en" lang="en">
  
  
  

Reply via email to