nicolaken 02/03/18 03:07:24
Modified: src/documentation/stylesheets site2xhtml.xsl
Log:
Kindly reported by [EMAIL PROTECTED] (Volker Schmitt).
Changed line 104 from:
<table bgclolor="#a0a0a0" background="#a0a0a0" ...
to
<table bgcolor="#a0a0a0" ...
(Netscape sent two additional request to the same URL)
Revision Changes Path
1.8 +1 -1 xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl
Index: site2xhtml.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- site2xhtml.xsl 17 Mar 2002 17:42:11 -0000 1.7
+++ site2xhtml.xsl 18 Mar 2002 11:07:24 -0000 1.8
@@ -101,7 +101,7 @@
<!-- THE SIDE BAR -->
<td width="120" valign="top" align="left">
- <table bgclolor="#a0a0a0" background="#a0a0a0" border="0"
cellpadding="0" cellspacing="0" width="120">
+ <table bgclolor="#a0a0a0" border="0" cellpadding="0"
cellspacing="0" width="120">
<tr>
<td align="left" valign="top">
<img border="0" height="14" hspace="0"
src="images/join.gif" vspace="0" width="120"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]