Hi, I’ve a question about Results information box. It said in the setting that html is allowed but if I put in <div></div> the whole thing is broken and not displayed. Does it not allow all html?
I had to check the actual source for this, and divs will not work there, I can confirm. The reason is, that the HTML is printed into a paragrap “p” element, which does not suppor that.
I will mark this as a possible bug, see if I can transform that section to a “div” instead of a paragraph.