]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Fix mismatched close tags
authorAndrew Donnellan <ajd@linux.ibm.com>
Mon, 21 Oct 2019 07:37:31 +0000 (18:37 +1100)
committerDaniel Axtens <dja@axtens.net>
Tue, 29 Oct 2019 04:44:04 +0000 (15:44 +1100)
There's a </td> rather than </th> in the bundle list. Fix it.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/templates/patchwork/bundles.html

index 749aaedcf010689bcf5dd6439f11dc0c01419622..1bb3b0da71ed9351a6f435d1044c81cb67fad365 100644 (file)
@@ -14,7 +14,7 @@
   <th>Bundle</th>
   <th>Project</th>
   <th>Public</th>
-  <th>Patches</td>
+  <th>Patches</th>
   <th>Download</th>
   <th>Delete</th>
  </tr>