Skip to content
Snippets Groups Projects
Commit d8a5b8a7 authored by srosse's avatar srosse
Browse files

OO-3874: close the paragraph after every list item

parent fdb860f9
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ public class HTMLToOpenXMLHandler extends DefaultHandler {
closeParagraph();
currentListParagraph = null;
} else if("li".equals(tag)) {
//do nothing
closeParagraph();// close the paragraph but let the list
} else if("blockquote".equals(tag)) {
popStyle(tag);
} else if("div".equals(tag)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment