On 2/18/02 11:30 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> kaz 02/02/18 08:30:58 > > Modified: xdocs/stylesheets site.dvsl > Log: > Minor formatting change that removes whitespace that causes the <source> > tag to behave differently on various browsers. This is more consistent > with the old site.vsl. Can't see how it's more consistent, as I thought I took the stuff right from site.vsl for the original site.dvsl If you have no problems, can I take your changes and incorporate into the site.dvsl in the vel-dvsl CVS? I am going to move that to the jakarta-site2 CVS and make the switch (or give people the option) and want to gather all corrections... Geir > > Revision Changes Path > 1.3 +8 -24 jakarta-turbine-stratum/xdocs/stylesheets/site.dvsl > > Index: site.dvsl > =================================================================== > RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/stylesheets/site.dvsl,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- site.dvsl 17 Feb 2002 06:49:58 -0000 1.2 > +++ site.dvsl 18 Feb 2002 16:30:58 -0000 1.3 > @@ -171,37 +171,21 @@ > <div align="left"> > <table cellspacing="4" cellpadding="0" border="0"> > <tr> > - <td bgcolor="$source-color" width="1" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > - <td bgcolor="$source-color" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > - <td bgcolor="$source-color" width="1" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > + <td bgcolor="$source-color" width="1" height="1"><img > src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" > border="0"/></td> > + <td bgcolor="$source-color" height="1"><img src="/images/void.gif" > width="1" height="1" vspace="0" hspace="0" border="0"/></td> > + <td bgcolor="$source-color" width="1" height="1"><img > src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" > border="0"/></td> > </tr> > <tr> > - <td bgcolor="$source-color" width="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > + <td bgcolor="$source-color" width="1"><img src="/images/void.gif" > width="1" height="1" vspace="0" hspace="0" border="0"/></td> > <td bgcolor="#ffffff" height="1"> > <pre>$toolbox.htmlescape.getText( $node.value() )</pre> > </td> > - <td bgcolor="$source-color" width="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > + <td bgcolor="$source-color" width="1"><img src="/images/void.gif" > width="1" height="1" vspace="0" hspace="0" border="0"/></td> > </tr> > <tr> > - <td bgcolor="$source-color" width="1" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > - <td bgcolor="$source-color" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > - <td bgcolor="$source-color" width="1" height="1"> > - <img src="/images/void.gif" width="1" height="1" vspace="0" > hspace="0" border="0"/> > - </td> > + <td bgcolor="$source-color" width="1" height="1"><img > src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" > border="0"/></td> > + <td bgcolor="$source-color" height="1"><img src="/images/void.gif" > width="1" height="1" vspace="0" hspace="0" border="0"/></td> > + <td bgcolor="$source-color" width="1" height="1"><img > src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" > border="0"/></td> > </tr> > </table> > </div> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Geir Magnusson Jr. [EMAIL PROTECTED] System and Software Consulting POC lives! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
