diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js
index 97241c19..844e195c 100644
--- a/static/js/pandora/logsDialog.js
+++ b/static/js/pandora/logsDialog.js
@@ -87,7 +87,7 @@ pandora.ui.logsDialog = function() {
id: 'text',
title: 'Text',
tooltip: function(data) {
- return data.text.replace(/\n/g, '
');
+ return '' + data.text.replace(/\n/g, '
') + '
';
},
visible: true,
width: 640