diff mbox series

[2/2] templates: Fix mismatched close tags

Message ID 20191021073731.19073-2-ajd@linux.ibm.com
State Accepted
Headers show
Series [1/2] templates: Move download buttons outside h1 tag | expand

Commit Message

Andrew Donnellan Oct. 21, 2019, 7:37 a.m. UTC
There's a </td> rather than </th> in the bundle list. Fix it.

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

Comments

Daniel Axtens Oct. 29, 2019, 6:25 a.m. UTC | #1
Applied, thanks Andrew.

> There's a </td> rather than </th> in the bundle list. Fix it.
>
> Signed-off-by: Andrew Donnellan <ajd@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
diff mbox series

Patch

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>