[PATCH 2/2] templates: Fix mismatched close tags
Andrew Donnellan
ajd at linux.ibm.com
Mon Oct 21 18:37:31 AEDT 2019
There's a </td> rather than </th> in the bundle list. Fix it.
Signed-off-by: Andrew Donnellan <ajd at 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
More information about the Patchwork
mailing list