mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 21:32:06 +02:00
Add missing closing quote to style attribute
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; title="{{link.url}}">
|
<td style="text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;" title="{{link.url}}">
|
||||||
<a href="{{link.url}}">
|
<a href="{{link.url}}">
|
||||||
{{link.url}}
|
{{link.url}}
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user