Skip to content

Problem with self closing td element vs empty td element #41

@mar-lin

Description

@mar-lin

I have an issue with self closing td-elements () vs. empty td-elements () if the source does contain text in the td-element.

Example:

  • first document:
text sample
  • second document:
    using: < td/> < td>test< /td>
test
  • result document (self closing td-element):
text sample test

In the result document is an additional td-element which should not present.
If you use an empty td-element it is working.

  • second document:
    using: < td>< /td> < td>test< /td>
test
  • result document (empty td-element):
text sample test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions