Browse Source

Add missing closing quote to style attribute

Tom Ryder 2 years ago
parent
commit
53af810ff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/templates/core/index_row.html

+ 1 - 1
archivebox/templates/core/index_row.html

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