From 26047e7cf4fc2c074c7c9b2e9713b16a8b19bc5b Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 20 Jul 2020 08:49:04 +0200 Subject: [PATCH] Update hblink_table_nogradient.html --- templates/hblink_table_nogradient.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hblink_table_nogradient.html b/templates/hblink_table_nogradient.html index c5014c5..5193f2d 100644 --- a/templates/hblink_table_nogradient.html +++ b/templates/hblink_table_nogradient.html @@ -98,7 +98,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 %}