]> 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)
committerStephen Finucane <stephen@that.guru>
Sun, 3 Nov 2019 12:11:21 +0000 (12:11 +0000)
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>
(cherry picked from commit 005ba0644dab1f386adaf4e603422091bb31cdca)

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>