html: fix incorrect self-closing tags.
`<img/>` is incorrect in html5.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<tr>
|
||||
<th>User</th>
|
||||
<th>Number of Occurrences</th>
|
||||
<th/>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user