Here is a patch for the site.dvsl for the jakarta-turbine-maven project. It
generated a javascript error under ie, becuse the document.write wasn't on
one line.
Mvgr,
Martin
Index: src/dvsl/xdocs/site.dvsl
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.34
diff -r1.34 site.dvsl
58,61c58
< document.writeln('
< <link rel="stylesheet" type="text/css"
href="$relativePath/style/ns4_only.css" media="screen" />
< <link rel="stylesheet" type="text/css"
href="$relativePath/style/maven_ns4_only.css" media="screen" />
< ')
---
> document.writeln('<link rel="stylesheet" type="text/css"
>href="$relativePath/style/ns4_only.css" media="screen" /><link rel="stylesheet"
>type="text/css" href="$relativePath/style/maven_ns4_only.css" media="screen" />')
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>