- Issue created by @yospyn
- First commit to issue fork.
- Merge request !625Likert table answer text/description TD cell not rendering HTML β (Open) created by milosr
- ππ·Croatia milosr Croatia, Montenegro
Hello @yospyn,
I wouldn't call this a bug, it's more of a feature.
It was never intended to allow HTML tags inside values.
However, I've implemented a new function that will permit certain tags:
strong
i
span
I didn't want to allow all HTML tags for security reasons, so I only permitted these. With them, you can achieve a lot. This should resolve your issue.
The MR is open, and here's a patch so you can test it.
- πΊπΈUnited States yospyn
Hi @milosr tested successfully after upgrading to 6.3@beta from 6.2.9. Now the emoji script renders great within a
<span>
. Also tested the<i>
and<strong>
and they also render correctly. Thanks! - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Is there a reason the "Build attributes string" code doesn't use the Drupal
Attribute
class? - ππ·Croatia milosr Croatia, Montenegro
Hi @liam morland,
You're right, I updated the MR.