Maven Doxia

doxia creates a name anchors with spaces which is not valid XHTML.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0-alpha-9
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

consider the following section:

<section name="section name">
</section>

doxia renders this to be

<a name="section name"></a><div class="section"><h2>section name</h2>
</div>

According to the w3c XHTML validator, a name anchor must not contain any spaces, it must be a single word. So this is not valid XHTML.

Issue Links

Activity

Hide
Wendy Smoak added a comment -

Please include the versions you're using.

This sounds similar to http://jira.codehaus.org/browse/MSITE-168 which is fixed (but possibly not yet released.)

Show
Wendy Smoak added a comment - Please include the versions you're using. This sounds similar to http://jira.codehaus.org/browse/MSITE-168 which is fixed (but possibly not yet released.)
Hide
Henning Schmiedehausen added a comment -

HEAD, always HEAD. Doxia HEAD, Maven HEAD, Plexus HEAD.

Looking at the number of open bugs, I don't think that any maven developer is interested in bug reports that is not against the current HEAD.

Show
Henning Schmiedehausen added a comment - HEAD, always HEAD. Doxia HEAD, Maven HEAD, Plexus HEAD. Looking at the number of open bugs, I don't think that any maven developer is interested in bug reports that is not against the current HEAD.
Hide
Henning Schmiedehausen added a comment -

Verified that this is fixed in the (unreleased) 1.0-alpha-9 and the HEAD. Sorry for the noise.

Show
Henning Schmiedehausen added a comment - Verified that this is fixed in the (unreleased) 1.0-alpha-9 and the HEAD. Sorry for the noise.
Hide
Vincent Siveton added a comment -

No prob!
You could also have a glance into test cases in site renderer project

Show
Vincent Siveton added a comment - No prob! You could also have a glance into test cases in site renderer project

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: