fixed closing td-tag which messes up the ui

This commit is contained in:
Christoph Engelbert
2018-10-09 09:09:47 +02:00
committed by Franco Fichtner
parent 31fb7c7ca5
commit 5b44dbbd83
@@ -262,7 +262,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% if path["linkQuality"] is defined %}
{{ path["linkQuality"] | e }}
{% endif %}
<td>
</td>
<td>{{ path["preferred"] | e }}</td>
<td>{{ path["trustedPathId"] | e }}</td>
</tr>