commitfest html - wrong closing tag - Mailing list pgsql-hackers

From Erik Rijkers
Subject commitfest html - wrong closing tag
Date
Msg-id 52af34ae3cb798cfbda443db79daaef3@xs4all.nl
Whole thread Raw
Responses Re: commitfest html - wrong closing tag  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Hi,

I noticed (trying to parse out the "Latest patch" urls) that
in the html of the commitfest pages, for instance in:
   https://commitfest.postgresql.org/8/

all rows of the html-table (I think it is the "Committer"-column) 
contain an erroneous '</p>'. It should be '</td>'.

See example below, the '<td></p>' should obviously be '<td></td>'.

Browsers don't seem to mind (and I can easily "parse around" it) but 
maybe it can be fixed?


Thanks,

Erik Rijkers





(html from https://commitfest.postgresql.org/8/ )
------8<------------------  <tr>   <td><a href="298/">Improve handling of OOM errors in libpq making 
process hangling for COPY and bind (take 2)</a></td>   <td><span class="label label-info">Ready for
Committer</span></td>  <td>Michael Paquier (michael-kun)</td>   <td>Amit Kapila (amitkapila), Heikki Linnakangas
(heikki)</td>  <td></p>   <td style="white-space: nowrap;">2015-12-20<br/>13:14</td>   <td style="white-space:
nowrap;">2015-12-15<br/>06:54</td>
  </tr>
------8<------------------



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Fwd: Core dump with nested CREATE TEMP TABLE
Next
From: Andres Freund
Date:
Subject: Re: Some 9.5beta2 backend processes not terminating properly?