From 3ab705b8ad2105eeec6eca43d75927bb38303ade Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 2 Nov 2011 20:09:01 +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 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