瀏覽代碼

Add missing closing quote to style attribute

Tom Ryder 2 年之前
父節點
當前提交
53af810ff8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      archivebox/templates/core/index_row.html

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

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