From: | Erik Rijkers <er(at)xs4all(dot)nl> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | commitfest html - wrong closing tag |
Date: | 2016-01-03 08:26:41 |
Message-ID: | 52af34ae3cb798cfbda443db79daaef3@xs4all.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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<------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2016-01-03 09:28:12 | Re: Some 9.5beta2 backend processes not terminating properly? |
Previous Message | Noah Misch | 2016-01-03 05:35:56 | Re: Fwd: Core dump with nested CREATE TEMP TABLE |