noel 2003/02/03 11:01:48 Modified: src/xdocs/stylesheets project.xml site.xsl Log: adjusted to generate correct links Revision Changes Path 1.23 +1 -1 jakarta-james/src/xdocs/stylesheets/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 28 Jan 2003 01:55:48 -0000 1.22 +++ project.xml 3 Feb 2003 19:01:47 -0000 1.23 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="James" - href="http://james.apache.org/"> + href="http://james.apache.org"> <title>Java Mail and News server, SMTP POP3 NNTP</title> <logo href="/images/james-logo.jpg">James - Java Apache Mail Enterprise Server</logo> 1.5 +2 -2 jakarta-james/src/xdocs/stylesheets/site.xsl Index: site.xsl =================================================================== RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/site.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- site.xsl 27 Jan 2003 11:49:58 -0000 1.4 +++ site.xsl 3 Feb 2003 19:01:48 -0000 1.5 @@ -93,7 +93,7 @@ <xsl:comment>PROJECT LOGO</xsl:comment> <a href="{$home}"> - <img src="{$home}/{$src}" align="right" alt="{$alt}" border="0"/> + <img src="{$home}{$src}" align="right" alt="{$alt}" border="0"/> </a> </xsl:if>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
