mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +00:00
Close the tr
tag on the next line
This commit is contained in:
parent
a066ba49f2
commit
d4eeb776e8
@ -121,7 +121,8 @@
|
|||||||
{% if media_file_path == media.filepath %}
|
{% if media_file_path == media.filepath %}
|
||||||
<span class="green-text"> (matched)</span>
|
<span class="green-text"> (matched)</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td> </tr>
|
</td>
|
||||||
|
</tr>
|
||||||
<tr title="Size of the file on disk">
|
<tr title="Size of the file on disk">
|
||||||
<td class="hide-on-small-only">File size</td>
|
<td class="hide-on-small-only">File size</td>
|
||||||
<td><span class="hide-on-med-and-up">File size<br></span><strong>{{ media.downloaded_filesize|bytesformat }}</strong></td>
|
<td><span class="hide-on-med-and-up">File size<br></span><strong>{{ media.downloaded_filesize|bytesformat }}</strong></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user