There's a </td> rather than </th> in the bundle list. Fix it.

Signed-off-by: Andrew Donnellan <a...@linux.ibm.com>
---
 patchwork/templates/patchwork/bundles.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/templates/patchwork/bundles.html 
b/patchwork/templates/patchwork/bundles.html
index 749aaedcf010..1bb3b0da71ed 100644
--- a/patchwork/templates/patchwork/bundles.html
+++ b/patchwork/templates/patchwork/bundles.html
@@ -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>
-- 
2.20.1

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to