- Issue created by @mauro_
- @mauro_ opened merge request.
- Status changed to Needs review
over 1 year ago 8:54am 24 July 2023 - Issue was unassigned.
When creating a paragraph with an & symbol in the title and adding it to the button list, the paragraph title will be escaped causing it to show '&' in the title.
Create paragagraph with '&' in the title.
Enable add in between buttons and show the paragraph with the '&' title on the buttons
On line 64 of paragraphs-features.add-in-between.js, change the argument from escaped '@' type to pass through '!' type, causing the HTML char to not be escaped. This shouldn't encompass any security issues, as HTML-tags (such as H3) are already be escaped before being passed to the title.
Needs review
2.0
Code