log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)

This commit is contained in:
Bjoern Schiessle 2012-06-22 17:00:56 +02:00
parent aade44471d
commit 036530b2fd
1 changed files with 1 additions and 1 deletions

View File

@ -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/>');