Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-9
-
Component/s: Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
When writing the xdoc sources for documentation, I add various HTML markup tags, notably the paragraph <p> character. After site generation, I find that the paragraph <p> character is stripped after a list tag such as <ul> is encountered.
I resort to using break <br> tags to separate all subsequent paragraph blocks after the list because no more paragraph <p> character appear in the source HTML
I have attached a simple xdoc format file that demonstrates the problem.
Issue Links
- duplicates
-
DOXIA-79
Doxia generates different XHTML for the same xdoc code
-
Activity
Dennis Lundberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 2.0.6 [ 13010 ] | |
| Project | Maven 2 [ 10500 ] | doxia [ 10780 ] |
| Component/s | Documentation: General [ 11342 ] | |
| Key | MNG-3117 |
|
| Component/s | Module - Xdoc [ 12820 ] | |
| Affects Version/s | 2.0.7 [ 13138 ] |
Vincent Siveton
made changes -
Vincent Siveton
made changes -
| Resolution | Duplicate [ 3 ] | |
| Fix Version/s | 1.0-alpha-9 [ 13220 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Vincent Siveton [ siveton ] |
Seems to be the same pb that
DOXIA-79