abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.37k stars 3.33k forks source link

fix short description reflection by content problem. #19857

Open mdrezak opened 2 weeks ago

mdrezak commented 2 weeks ago

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

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

EngincanV commented 4 days ago

@mdrezak Thanks for your contribution, can you sign the CLA so that I can merge the PR?