html: fix incorrect self-closing tags.
`<img/>` is incorrect in html5.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>User</th>
|
<th>User</th>
|
||||||
<th>Number of Occurrences</th>
|
<th>Number of Occurrences</th>
|
||||||
<th/>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="dz-preview dz-file-preview">
|
<div class="dz-preview dz-file-preview">
|
||||||
<img data-dz-thumbnail/>
|
<img data-dz-thumbnail>
|
||||||
<div class="dz-details">
|
<div class="dz-details">
|
||||||
<div class="dz-filename">
|
<div class="dz-filename">
|
||||||
<span data-dz-name></span>
|
<span data-dz-name></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user