Fix classification icon of events

Fixes #2664
pull/30/head
Francis Lachapelle 2014-03-20 22:14:45 -04:00
parent 27ffcf240f
commit 64787555ff
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -18,6 +18,7 @@ Bug fixes
- fixed messages move in Outlook which would create duplicates (#2650)
- fixed translations for OtherUsersFolderName and SharedFoldersName folders (#2657)
- fixed handling of accentuated characters when filtering contacts (#2656)
- fixed classification icon of events (#2664)
2.2.1 (2014-03-07)
------------------

View File

@ -1782,8 +1782,8 @@ function newBaseEventDIV(eventRep, event, eventText) {
innerDiv.appendChild(textDiv);
textDiv.addClassName("text");
var iconSpan = createElement("span", null, "icons");
textDiv.appendChild(iconSpan);
textDiv.update(eventText.replace(/(\\r)?\\n/g, "<BR/>"));
textDiv.appendChild(iconSpan);
// Add alarm and classification icons
if (event[9] == 1)