stevenn     2004/02/02 08:34:26

  Modified:    src/webapp/stylesheets/system error2html.xslt
  Log:
  getting rid of the abuse-by-mistake-prone mailto: target
  
  Revision  Changes    Path
  1.10      +3 -4      cocoon-2.2/src/webapp/stylesheets/system/error2html.xslt
  
  Index: error2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/stylesheets/system/error2html.xslt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- error2html.xslt   3 Sep 2003 10:50:48 -0000       1.9
  +++ error2html.xslt   2 Feb 2004 16:34:26 -0000       1.10
  @@ -49,9 +49,8 @@
       <a href="http://cocoon.apache.org/2.1/faq/";>Cocoon FAQ</a>.<br/>
       If you still don't find the answers you need,
       can send a mail to the
  -    <a>
  -    <xsl:attribute name="href">mailto:[EMAIL PROTECTED]<xsl:value-of 
select="error:message"/>&amp;body=Description:<xsl:value-of 
select="error:description"/></xsl:attribute>
  -    Cocoon users mailing list</a>,
  +   <a href="http://cocoon.apache.org/community/mail-lists.html";>
  +    Cocoon mailing lists</a>,
       remembering to:
      </p>
   
  
  
  

Reply via email to