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<------------------


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

Reply via email to