You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/19 14:18:43 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/scheduler common.xsl

andreas     2003/09/19 05:18:43

  Modified:    src/webapp/lenya/xslt/scheduler common.xsl
  Log:
  fixed empty expression bug
  
  Revision  Changes    Path
  1.13      +1 -1      cocoon-lenya/src/webapp/lenya/xslt/scheduler/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/scheduler/common.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- common.xsl	1 Sep 2003 15:25:30 -0000	1.12
  +++ common.xsl	19 Sep 2003 12:18:43 -0000	1.13
  @@ -20,7 +20,7 @@
   <xsl:template name="scheduler-form">
   	
   	<!-- not yet used -->
  -	<xsl:param name="task-label" select=""/>
  +	<xsl:param name="task-label" select="''"/>
   	
   	<xsl:variable name="scheduler-data" select="//sch:scheduler-data"/>
   	
  
  
  

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