[PATCH 2/2] templates: Fix mismatched close tags
Daniel Axtens
dja at axtens.net
Tue Oct 29 17:25:32 AEDT 2019
Applied, thanks Andrew.
> 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
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
More information about the Patchwork
mailing list