From 471d410a5bf6ab1beede1868179a25ca456d5283 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 15 Feb 2021 21:31:49 +0100 Subject: [PATCH] html code fixed --- templates/main_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main_table.html b/templates/main_table.html index 4d70ee1..a28a43d 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -44,7 +44,7 @@ {% endif %} {% if _pdata[2]['TRX'] == "RX" %} P: {{_peer}} - {{ _pdata[2]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}]/td> + {{ _pdata[2]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}] {{ _pdata[2]['DEST']|safe }} {% endif %}