mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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");
|
||||
description_node.className = "calendar_calEvent_description";
|
||||
et2_insertLinkText(
|
||||
et2_activateLinks(egw.htmlspecialchars(this.options.value.description)), description_node, '_blank'
|
||||
et2_activateLinks(this.options.value.description), description_node, '_blank'
|
||||
);
|
||||
|
||||
// Location + Videoconference
|
||||
|
Loading…
Reference in New Issue
Block a user