Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPXDOC-110 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPXDOC-110 Summary: <logo> tags can't contain trailing or leading spaces Type: Bug Status: Open Priority: Trivial Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-xdoc-plugin Versions: 1.7.1 Assignee: Jason van Zyl Reporter: Carlos Sanchez Created: Wed, 16 Jun 2004 11:13 AM Updated: Wed, 16 Jun 2004 11:13 AM Environment: Maven-rc3 Description: If the logo tags in POM have trailing or leading spaces they appear in the result page, causing the images not to be displayed. I think they should be trimmed (maybe in plugin-resources\site.jsl) because the POM xml file could be indented automatically (as it was my case) For example this <logo> http://sourceforge.net/sflogo.php?group_id=104773&type=5</logo> generates <img alt="ONess Project" src=". http://sourceforge.net/sflogo.php?group_id=104773&type=5"></img> the spaces between 'src=".' and 'http://' avoids image display Also as the logo doesn't start with http:// but with spaces, it adds the dot. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
