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

Quick and Dirty fix of the Nullpointer Exception when calling li tags… #89

Open
wants to merge 2 commits into
base: VERSION_11_4_8
Choose a base branch
from

Conversation

ChristophKronberger
Copy link

@ChristophKronberger ChristophKronberger commented Jun 29, 2022

… without ol or ul container.
Since I encountered the same problem as #21 I changed the list helper so that when the .peek() returns null a new standard object is created.

This means that the li tags are not handled, but the null pointer is avoided.

…st witch takes a target Part. This can be used to convert XHTML String with Images into Header or Footer. Also added for that the XHTMLImageHandlerDifferentTarget class.
@ChristophKronberger
Copy link
Author

I also added a convert Method in XHTML importer, witch takes a TargetPart to add Images in Header or Footer

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

Successfully merging this pull request may close these issues.

2 participants