2020-03-17, 08:10 AM
For example, if the event name is:
This & "that"
then when editing the event, the Event Name textbox will show the input:
This & "that"
From visual inspection of calendar.php, it looks as though this is occurring because htmlspecialchars_uni is being called on the event name twice - once on line 801, and then again on line 940.
This & "that"
then when editing the event, the Event Name textbox will show the input:
This & "that"
From visual inspection of calendar.php, it looks as though this is occurring because htmlspecialchars_uni is being called on the event name twice - once on line 801, and then again on line 940.