From 5ea88a4339c1e5e7af73ec87bef9a666aec91a19 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 27 Feb 2020 07:16:52 +0100 Subject: [PATCH] Update hblink_table.html Deleting text colors in OPB does not work correctly --- templates/hblink_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 7c09cb0..77b3372 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -81,7 +81,7 @@ {{ _openbridge}}
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} - {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }} | {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} + {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }} | {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} {% endfor %}