Closed (fixed)
Project:
Custom Elements
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jun 2019 at 10:47 UTC
Updated:
12 Jul 2019 at 08:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aludescher commentedComment #3
aludescher commentedComment #4
fagothx, I see another problem here - the use of "p" tags. p tags may not be nested, thus we cannot use it for fields that may contain html. Let's convert them to use "div" at the same go.
Comment #5
aludescher commentedGood point, here it is with div tags.
Comment #6
fagothx, that works - committed.