Quick and Dirty fix of the Nullpointer Exception when calling li tags…#89
Open
ChristophKronberger wants to merge 2 commits intoplutext:VERSION_11_4_8from
Open
Quick and Dirty fix of the Nullpointer Exception when calling li tags…#89ChristophKronberger wants to merge 2 commits intoplutext:VERSION_11_4_8from
ChristophKronberger wants to merge 2 commits intoplutext:VERSION_11_4_8from
Conversation
… without ol or ul container.
…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.
Author
|
I also added a convert Method in XHTML importer, witch takes a TargetPart to add Images in Header or Footer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… 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.