diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index d93f570c..3a23978f 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -396,7 +396,7 @@ Module.register("calendar", { var descCell = document.createElement("td"); descCell.className = "location"; descCell.colSpan = "2"; - descCell.innerHTML = event.location; + descCell.innerHTML = this.titleTransform(event.location); locationRow.appendChild(descCell); wrapper.appendChild(locationRow);