diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl index 33a4039c3a6..928fecc2963 100644 --- a/plugins/Live/templates/visitorLog.tpl +++ b/plugins/Live/templates/visitorLog.tpl @@ -340,7 +340,8 @@ show: false, hide: false, content: function() { - return $(this).attr('title').replace(/\n/g, '
'); + var title = $(this).attr('title'); + return $('').text( title ).html().replace(/\n/g, '
'); }, tooltipClass: 'small' });