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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="dz-preview dz-file-preview">
|
||||
<img data-dz-thumbnail/>
|
||||
<img data-dz-thumbnail>
|
||||
<div class="dz-details">
|
||||
<div class="dz-filename">
|
||||
<span data-dz-name></span>
|
||||
|
||||
Reference in New Issue
Block a user