html: fix incorrect self-closing tags.

`<img/>` is incorrect in html5.
This commit is contained in:
evazion
2021-06-19 19:23:54 -05:00
parent 7de862deb2
commit 7f0edc32dd
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<tr>
<th>User</th>
<th>Number of Occurrences</th>
<th/>
<th></th>
</tr>
</thead>
<tbody>