summaryrefslogtreecommitdiff
path: root/patchwork
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2019-10-21 18:37:31 +1100
committerDaniel Axtens <dja@axtens.net>2019-10-29 15:44:04 +1100
commit005ba0644dab1f386adaf4e603422091bb31cdca (patch)
tree542ea3396359fb71a6aaad2b9f3b1040d72ef8b9 /patchwork
parentef486f173b480533c0f80d81a967c8ebe6f1210f (diff)
downloadpatchwork-005ba0644dab1f386adaf4e603422091bb31cdca.tar
patchwork-005ba0644dab1f386adaf4e603422091bb31cdca.tar.gz
templates: Fix mismatched close tags
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>
Diffstat (limited to 'patchwork')
-rw-r--r--patchwork/templates/patchwork/bundles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html
index 749aaed..1bb3b0d 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>