Ticket #190 (closed defect: fixed)
Elements containing only zeroes gets stripped out
Reported by: | mr_lundis | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | trivial | Milestone: | 0.5 |
Component: | editor | Version: | trunk |
Keywords: | Cc: |
Description
The html parser is stripping out any elements containing only zeroes.
The cause of this is most likely that the parser interprets the content as a boolean which evaluates to false causing the element to be removed, as the parser considers it empty.
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in r653.