You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/11/08 15:06:05 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/util welcome.xsl

michi       2003/11/08 06:06:05

  Modified:    src/webapp/lenya/xslt/util welcome.xsl
  Log:
  do not show exception re prune
  
  Revision  Changes    Path
  1.11      +2 -0      cocoon-lenya/src/webapp/lenya/xslt/util/welcome.xsl
  
  Index: welcome.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/welcome.xsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- welcome.xsl	2 Oct 2003 12:52:09 -0000	1.10
  +++ welcome.xsl	8 Nov 2003 14:06:05 -0000	1.11
  @@ -33,10 +33,12 @@
   <xsl:for-each select="lenya:publication">
     <xsl:choose>
       <xsl:when test="lenya:XPSEXCEPTION">
  +<!--
         <div class="lenya-publication-item">
           <font color="red">Exception:</font>
           (publication id = <xsl:value-of select="@pid"/>) <xsl:value-of select="lenya:XPSEXCEPTION"/>
         </div>
  +-->
       </xsl:when>
       <xsl:otherwise>
         <xsl:choose>
  
  
  

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