
| Title | Calendar day view events |
|---|---|
| Description | On the calendar day-view, events with long descriptions may display incorrectly (as raw HTML). |
| Affects | All users |
| Fix | Change line 11 of the CALENDAR_DAY_ENTRY template from:Code
{$TRUNCATE_SPREAD,{DESCRIPTION},{$MULT,{DOWN},20}}
Code
{$TRUNCATE_SPREAD,{DESCRIPTION},{$MULT,{DOWN},20},,1}
|
There have been no trackbacks yet