2
0
Эх сурвалжийг харах

Add missing closing quote to style attribute

Tom Ryder 2 жил өмнө
parent
commit
53af810ff8

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