mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 13:21:52 +02:00
Add missing closing quote to style attribute
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
{% endif %}
|
||||
</span>
|
||||
</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}}">
|
||||
{{link.url}}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user