Skip to content

Commit 24b5b86

Browse files
committed
compatibility template: remove empty row condition
1 parent 3f6d701 commit 24b5b86

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

en/compatibility.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ h1, h2, h3, h4, h5, h6 { text-align: center; }
3535
{% assign tools = site.data.compatibility | sort %}
3636
{% for wrapped_tool in tools %}
3737
{% assign tool = wrapped_tool[1] %}
38-
<tr>
39-
<td><a href="{{tool.internal_url}}#segwit">{{tool.name}}</a></td>
4038
{% if tool.segwit %}
41-
39+
<tr>
40+
<td><a href="{{tool.internal_url}}#segwit">{{tool.name}}</a></td>
4241
{% assign segwit_receive_default = "" %}
4342
{% assign segwit_receive_default_class = "default" %}
4443
{% case tool.segwit.features.receive.default %}
@@ -72,10 +71,8 @@ h1, h2, h3, h4, h5, h6 { text-align: center; }
7271
{% include functions/compat-cell.md state=tool.segwit.features.send.bech32 anchor="#segwit-send-bech32" %}
7372
{% include functions/compat-cell.md state=tool.segwit.features.send.bech32_p2wsh anchor="#segwit-send-bech32_p2wsh" %}
7473
{% include functions/compat-cell.md state=tool.segwit.features.send.change_bech32 anchor="#segwit-send-change_bech32" %}
75-
{% else %}
76-
<td colspan="7" class="default"></td>
74+
</tr>
7775
{% endif %}
78-
</tr>
7976
{% endfor %}
8077

8178
</table>

0 commit comments

Comments
 (0)