Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 3.0 M1
-
Component/s: {Unused} Rendering 2.0
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
The following text:
When exported to PDF, this text should have no white space between the double quotes and the xxx: "_xxx_"
Shows up in PDF as:
When exported to PDF, this text should have no white space between the double quotes and the xxx: " _xxx_"
This does not happened when viewed in HTML.
It seems some extra carraige return is between the " and the <ins> tag which seems to be understood as a white space by the PDF export.