Add missing closing quote to style attribute

This commit is contained in:
Tom Ryder 2023-03-27 10:54:04 +13:00
parent 829e377890
commit 53af810ff8

View file

@ -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>