Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mar-lin opened this issue Jul 14, 2020 · 0 comments
Open

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

mar-lin opened this issue Jul 14, 2020 · 0 comments

Comments

@mar-lin
Copy link

mar-lin commented Jul 14, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant