Fix classification icon of events

Fixes #2664
This commit is contained in:
Francis Lachapelle
2014-03-20 22:14:45 -04:00
parent 27ffcf240f
commit 64787555ff
2 changed files with 2 additions and 1 deletions

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)