From f7af42889c1d7e869209a18d41054032b8698428 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 2 Nov 2011 20:10:06 +0000 Subject: [PATCH] improve tooltip in logs dialog --- static/js/pandora/logsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js index 844e195c..734ba385 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