holtdl 02/03/25 11:07:11
Modified: src/etc log.xsl
Log:
Add patch submitted by Ingmar Stein.
Revision Changes Path
1.7 +3 -2 jakarta-ant/src/etc/log.xsl
Index: log.xsl
===================================================================
RCS file: /home/cvs/jakarta-ant/src/etc/log.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- log.xsl 15 Mar 2002 05:56:14 -0000 1.6
+++ log.xsl 25 Mar 2002 19:07:11 -0000 1.7
@@ -3,7 +3,7 @@
<!--
The Apache Software License, Version 1.1
- Copyright (c) 2000-2001 The Apache Software Foundation. All rights
+ Copyright (c) 2000-2002 The Apache Software Foundation. All rights
reserved.
Redistribution and use in source and binary forms, with or without
@@ -217,6 +217,7 @@
<p>
<!-- stacktrace -->
<xsl:if test="stacktrace">
+ <a name="stacktrace"/>
<h3>Error details</h3>
<table width="100%">
<tr><td>
@@ -243,4 +244,4 @@
</tr>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>