Unplanned
Last Updated: 20 Jul 2020 08:29 by ADMIN
Madhan
Created on: 20 Jul 2020 08:16
Category: RichTextBox
Type: Bug Report
0
RichTextBox: HtmlFormatProvider: Additional optional hyphen is inserted between two divs when the text in the first one is wrapped in <p> tag and in the second is not.
Additional optional hyphen is inserted between two divs when the text in the first one is wrapped in <p> tag and in the second is not:
<!DOCTYPE html>
<html>
<body>

<div><p>RadDocument</p></div>
<div>Document</div>

</body>
</html>

0 comments