The site.dvsl is missing a '</a>' tage when inserting the customized
organization logo.
Symptom: blue background covers entire page instead of logo area.
Alvin.
patch:
Index: src/dvsl/xdocs/site.dvsl
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.28
diff -u -r1.28 site.dvsl
--- src/dvsl/xdocs/site.dvsl 23 Apr 2002 01:52:50 -0000 1.28
+++ src/dvsl/xdocs/site.dvsl 24 Apr 2002 15:02:29 -0000
@@ -84,7 +84,8 @@
#else
<img src="$relativePath$src" align="left" alt="$alt" border="0" />
#end
-
+ </a>
+
#else
## Default to the Jakarta logo if one has not been defined.