Ticket #190 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by mr_lundis

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r653.

Note: See TracTickets for help on using tickets.