Logs viewer bug

This commit is contained in:
morpheus65535 2018-01-01 09:53:49 -05:00
parent 91f06930d8
commit 4a69b7ca75
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@
%for log in logs:
%line = []
%line = log.split('|')
<tr class='log' data-message='{{line[2]}}' data-exception="\\
<tr class='log' data-message="\\
%try:
{{line[2]}}\\
%except:
\\
%end
" data-exception="\\
%try:
{{line[3]}}\\
%except: