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

                 Key: DOXIA-94
                 URL: http://jira.codehaus.org/browse/DOXIA-94
             Project: doxia
          Issue Type: Bug
            Reporter: Henning Schmiedehausen


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.


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to