Skip to content

Commit dbc1e6c

Browse files
committed
Fix HTML incorrect closing tag
1 parent 91a95e8 commit dbc1e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/snippet_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<table class="table table-striped table-bordered table-condensed table-hover">
5757
<thead>
5858
<tr>
59-
<th width="5%"> </td>
59+
<th width="5%"></th>
6060
<th><?php echo plugin_lang_get( "list_name" ) ?></th>
6161
<th><?php echo plugin_lang_get( "list_value" ) ?></th>
6262
</tr>

0 commit comments

Comments
 (0)