Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.4
-
Fix Version/s: 1.2
-
Component/s: Site renderer
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
The SiteRenderer adds anchors to section headers, even if they have already been added.
See http://jira.codehaus.org/browse/DOXIA-420 which has examples of double-anchors on the Maven site.
Issue Links
- relates to
-
DOXIA-420
1.1 is not supposed to generate anchors for section titles, but it does
-
It ought to be possible to suppress unwanted anchors. Doxia itself does not auto-generate them, so the SiteRenderer should be configurable too.
Since some people may be relying on the auto-generation, I think the behaviour should be changed as follows:
1) Don't generate a second anchor, ever.
2) Optionally, suppress generation of anchors for section headers.