mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 09:15:53 +00:00
Log viewer bug
This commit is contained in:
parent
9c7853baf6
commit
c7c1ae53c0
1 changed files with 1 additions and 1 deletions
|
@ -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 \\
|
||||
|
|
Loading…
Reference in a new issue