You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2004/02/27 11:35:18 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/info delete.xsl

egli        2004/02/27 02:35:18

  Modified:    src/webapp/lenya/xslt/info delete.xsl
  Log:
  Add a default value for the event (in some cases the request parameter
  doesn't seem to be passed in).
  
  Revision  Changes    Path
  1.14      +2 -2      cocoon-lenya/src/webapp/lenya/xslt/info/delete.xsl
  
  Index: delete.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/info/delete.xsl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- delete.xsl	25 Feb 2004 12:52:54 -0000	1.13
  +++ delete.xsl	27 Feb 2004 10:35:18 -0000	1.14
  @@ -12,7 +12,7 @@
      xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
      >
     
  -  <xsl:param name="lenya.event"/>
  +  <xsl:param name="lenya.event" select="'delete'"/>
     
     <xsl:output version="1.0" indent="yes" encoding="UTF-8"/>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org