commitfest html - wrong closing tag
От | Erik Rijkers |
---|---|
Тема | commitfest html - wrong closing tag |
Дата | |
Msg-id | 52af34ae3cb798cfbda443db79daaef3@xs4all.nl обсуждение исходный текст |
Ответы |
Re: commitfest html - wrong closing tag
|
Список | 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 по дате отправления: