Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Labels:None
-
Number of attachments :
Description
In the xdoc all the content in the <br>.... </br> tag does not get displayed when the xdoc is converted to a pdf file.
You cannot do something like <br>...</br>
It's not valid in XHTML :
http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Transitional
The br tag content must be empty.
You can do this to create a paragraph : <p>...</p>