stevenn     2004/02/02 08:10:41

  Modified:    src/webapp/stylesheets/system error2html.xslt
  Log:
  getting rid of the abuse-by-mistake-prone mailto: target
  
  Revision  Changes    Path
  1.14      +3 -4      cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt
  
  Index: error2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- error2html.xslt   10 Dec 2003 16:32:42 -0000      1.13
  +++ error2html.xslt   2 Feb 2004 16:10:41 -0000       1.14
  @@ -46,9 +46,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