forked from extern/egroupware
Calendar: Fix double encoded ><& characters in event tooltip description
This commit is contained in:
parent
09cbc44e67
commit
c9d5eb50db
@ -553,7 +553,7 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
|
|||||||
let description_node = document.createElement("p");
|
let description_node = document.createElement("p");
|
||||||
description_node.className = "calendar_calEvent_description";
|
description_node.className = "calendar_calEvent_description";
|
||||||
et2_insertLinkText(
|
et2_insertLinkText(
|
||||||
et2_activateLinks(egw.htmlspecialchars(this.options.value.description)), description_node, '_blank'
|
et2_activateLinks(this.options.value.description), description_node, '_blank'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Location + Videoconference
|
// Location + Videoconference
|
||||||
|
Loading…
Reference in New Issue
Block a user