diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js index 734ba385..2d201655 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\n/g, '
') + '
'; }, visible: true, width: 640