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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to