Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-8
-
Fix Version/s: 1.0-alpha-9
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
Consider the following xdoc code:
<section name="1">
<subsection name="s1">
<p>p1</p>
<ul>
<li>l1</li>
</ul>
</subsection>
<subsection name="s2">
<p>p2</p>
<ul>
<li>l1</li>
</ul>
</subsection>
</section>
This renders to the following XHTML code:
<a name="1"></a><div class="section"><h2>1</h2>
<a name="s1"></a><div class="section"><h3>s1</h3>
<p>p1</p>
<ul><li>l1</li></ul>
</div>
<a name="s2"></a><div class="section"><h3>s2</h3>
p2
<ul><li>l1</li></ul>
</div>
</div>
Please not the missing <p> </p> around 'p2'.
Issue Links
Activity
Wendy Smoak
made changes -
Vincent Siveton
made changes -
| Assignee | Vincent Siveton [ siveton ] | |
| Fix Version/s | 1.0 [ 12362 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Henning Schmiedehausen
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Vincent Siveton
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Lukas Theussl
made changes -
| Fix Version/s | 1.0 [ 12362 ] | |
| Fix Version/s | 1.0-alpha-9 [ 13220 ] |
Vincent Siveton
made changes -
Lukas Theussl
made changes -
| Affects Version/s | 1.3 [ 12362 ] |