Skip to content
Snippets Groups Projects
Commit 036530b2 authored by Björn Schießle's avatar Björn Schießle
Browse files

log messages are looking nicer if html code gets interpreted. (xss prevention...

log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)
parent aade4447
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ OC.Log={
row.append(appTd);
var messageTd=$('<td/>');
messageTd.text(entry.message);
messageTd.html(entry.message);
row.append(messageTd);
var timeTd=$('<td/>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment