diff --git a/event_tracker/views.py b/event_tracker/views.py index 60135b9..2775384 100644 --- a/event_tracker/views.py +++ b/event_tracker/views.py @@ -981,7 +981,7 @@ def render_column(self, row, column): if row.type == "input": result += f"
{row.data}
" - result += f"
{html.escape('\n'.join(row.associated_beaconlog_output.values_list('data', flat=True)))}
" + result += f"
{html.escape(chr(10).join(row.associated_beaconlog_output.values_list('data', flat=True)))}
" return result elif column == '': # The column with button in