diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/event_head.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index fcd0f0df1..f587d69a0 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -71,7 +71,7 @@ switch(view.name){ case "month": element.find(".fc-title").html( - "<img src='{0}' style='height:12px;width:12px;' title='{1}'> <abbr title='{3}\r\n\r\n{4}'>{2}</abbr>".format( + "<img src='{0}' style='height:12px;width:12px;' title='{1}'> <span title='{3}\r\n\r\n{4}'>{2}</span>".format( event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], event.title, @@ -81,7 +81,7 @@ break; case "agendaWeek": element.find(".fc-title").html( - "<img src='{0}' style='height:12px;width:12px;'> {1}: <abbr title='{3}\r\n\r\n{4}'>{2}</abbr>".format( + "<img src='{0}' style='height:12px;width:12px;'> {1}: <span title='{3}\r\n\r\n{4}'>{2}</span>".format( event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], event.title, @@ -91,7 +91,7 @@ break; case "agendaDay": element.find(".fc-title").html( - "<img src='{0}' style='height:12px;width:12px;'> {1}: <abbr title='{3}\r\n\r\n{4}'>{2}</abbr>".format( + "<img src='{0}' style='height:12px;width:12px;'> {1}: <span title='{3}\r\n\r\n{4}'>{2}</span>".format( event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], event.title, |