Herve Boutemy created DOXIA-517:
-----------------------------------
Summary: Section title anchors are not at a good place in
generated HTML
Key: DOXIA-517
URL: https://jira.codehaus.org/browse/DOXIA-517
Project: Maven Doxia
Issue Type: Bug
Affects Versions: 1.5
Reporter: Herve Boutemy
Priority: Critical
here is and example of generated HTML:
{code:xml}<h3>Running integration tests multiple times<a
name="Running_integration_tests_multiple_times"></a></h3>{code}
the anchor is inserted after text
then when using this anchor in a web browser, the title is not shown
to show the title, the markup should be something like
{code:xml}<h3><a name="Running_integration_tests_multiple_times">Running
integration tests multiple times</a></h3>{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)