mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)
This commit is contained in:
parent
aade44471d
commit
036530b2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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/>');
|
||||
|
|
|
|||
Loading…
Reference in a new issue