abp
abp copied to clipboard
fix short description reflection by content problem.
the problem is
content: {
header
text
}content as code :
<h3>header</h3><p>text</p>
reflected description: headertext
but correct description is : header text
and I fix it by add a space and new line at the end of all block html tag