Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.70
-
Fix Version/s: None
-
Component/s: filters
-
Labels:None
Description
Certain OSIS milestone div tags get passed directly as HTML, but these cause display problems with Gecko and possibly other rendering engines.
xulsword fixed this by adding after line 619:
else if (tag.isEmpty()) {}