Thread: [pgsql-www] Broken table markup on Future commitfests

[pgsql-www] Broken table markup on Future commitfests

From
Daniel Gustafsson
Date:
On a Future commitfest, the list of patches is (by definition) empty but we
still print the closing tags for the table element.  The attached patch
attempts to fix by only closing in case the patchlist isn’t empty.

cheers ./daniel


-- 
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

Attachment

Re: [pgsql-www] Broken table markup on Future commitfests

From
Magnus Hagander
Date:
On Tue, Jun 27, 2017 at 9:27 PM, Daniel Gustafsson <daniel@yesql.se> wrote:
On a Future commitfest, the list of patches is (by definition) empty but we
still print the closing tags for the table element.  The attached patch
attempts to fix by only closing in case the patchlist isn’t empty.

Applied, thanks.0 


--