summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-11-04 19:26:15 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-11-05 10:52:13 -0300
commit4e5731c58becec8043cb2de5c3b9214f1f8cc849 (patch)
tree25d52d82a13970f15985133e45da45fe091fb059 /changes
parent146e362ade6dddae44e27a0a090c8aae3debe3be (diff)
Support html logs in the logger window.
Escape special characters to display them correctly in the logger window. [Closes #4146]
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4146_logger-window-html-support2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-4146_logger-window-html-support b/changes/bug-4146_logger-window-html-support
new file mode 100644
index 00000000..27615d86
--- /dev/null
+++ b/changes/bug-4146_logger-window-html-support
@@ -0,0 +1,2 @@
+- Escape logs with html contents so they get displayed in plaintext
+ on the log viewer. Closes #4146.