Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-9
-
Component/s: None
-
Labels:None
-
Number of attachments :
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
- relates to
-
MSITE-235
named references don't work, regression from beta-5
-