Log viewer bug

This commit is contained in:
morpheus65535 2018-01-01 09:38:35 -05:00
parent 9c7853baf6
commit c7c1ae53c0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
%for log in logs:
%line = []
%line = log.split('|')
<tr class='log' data-message='{{line[2]}}' data-exception='{{line[3].replace("\\n", "<br />")}}'>
<tr class='log' data-message='{{line[2]}}' data-exception="{{line[3]}}">
<td class="collapsing"><i class="\\
%if line[1] == 'INFO':
blue info circle \\