sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.44k stars 282 forks source link

Adds support for HTML Tags within form popovers #1192

Closed N0W0RK closed 1 year ago

N0W0RK commented 1 year ago

This changes the Form/Element/Text class Adds data-html attribute on the input field.

This leads to Bootstrap interpreting the HTML Tags in the data-content attribute instead of escaping them.

This has previously been an issue with the popover for the Color in the Add/Edit Calendar form. See here

ByteHamster commented 1 year ago

Thanks!