Unplanned
Last Updated: 21 Jan 2020 10:15 by ADMIN
Karlheinz
Created on: 21 Jan 2020 09:35
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: Importing HTML list containing div element in the list item is leading to additional empty paragraph before the content
Importing HTML list containing div element in the list item is leading to additional empty paragraph before the content:
<ul>
	<li>
		<div>Text</div>
	</li>
</ul>


Workaround: Using other Html elements (e.g. <p> or <span>) instead of <div>
0 comments