diff options
Diffstat (limited to 'test/monitoring/monitor.js')
-rw-r--r-- | test/monitoring/monitor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monitoring/monitor.js b/test/monitoring/monitor.js index 22d71824..6ca75cc6 100644 --- a/test/monitoring/monitor.js +++ b/test/monitoring/monitor.js @@ -499,6 +499,7 @@ function obj2html(json) { cls = 'key'; } else { cls = 'string'; + match = match.replace(/\\n/g, "\\n<br>"); } } else if (/true|false/.test(match)) { cls = 'boolean'; |