Hi,
I now understand the issue : your description was quite uncomplete.

I could not understand without this print screen.

You developped a new screen, and in the new screen, you added descrpition as available fields in the list.

And as the field description is an html formated text, you see div tags in the list.

Yes, in the list, and not in the description fileld, where I thought you saw divs.

The reason is simply that long text fields (such as description) should never be displayed in the list (and they are not on standard version), for several reasons :
- they are formated and contain html tags that would appear in the list
- they may content several lines, which will be an issue to display in the list
- they can be very big (yes as big as 16 MB long) and listing such long fileds on many lines will be performance issue and possibly freeze your browser
So please, when you have an issue, describe it clearly to avoid lme to loose time in undesctanding.