Issue Details (XML | Word | Printable)

Key: MPXDOC-7
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Paulo Silveira
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x XDoc Plugin

Whenre site:generate, the site.jsl creates a space in anchors

Created: 10/Mar/03 04:44 PM   Updated: 01/Dec/03 01:37 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File patchSiteJSL.txt (0.7 kB)

Environment: it does not metter


 Description  « Hide
site.jsl parses all the remaining tags and do not trim any of them
this is not good for anchors, which will appear with a trailing space (you can see this at the index.html of maven homepage and MANY other places)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paulo Silveira added a comment - 10/Mar/03 04:46 PM
simple patch to solve the issue

Emmanuel Venisse added a comment - 04/Jul/03 04:02 AM
Applied today