You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2001/08/15 05:30:21 UTC

cvs commit: xml-cocoon2/webapp/stylesheets/system error2html.xsl

vgritsenko    01/08/14 20:30:21

  Modified:    webapp/stylesheets/system error2html.xsl
  Log:
  stack trace formatting
  
  Revision  Changes    Path
  1.3       +2 -1      xml-cocoon2/webapp/stylesheets/system/error2html.xsl
  
  Index: error2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/system/error2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- error2html.xsl	2001/05/23 12:32:21	1.2
  +++ error2html.xsl	2001/08/15 03:30:21	1.3
  @@ -104,8 +104,9 @@
       </font>
      </td>
      <td bgcolor="#ffffff">
  +    <xsl:variable name="x" select="translate(.,'&#13;',' ')"/>
       <pre>
  -     <xsl:value-of select="."/>
  +     <xsl:value-of select="$x"/>
       </pre>
      </td>
     </tr>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org