Module: Mesa Branch: master Commit: ae8a7d5c8faf6b1688d85e7ee8bb8965de326949 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae8a7d5c8faf6b1688d85e7ee8bb8965de326949
Author: Eric Engestrom <[email protected]> Date: Wed Sep 25 19:20:00 2019 +0100 docs/release-calendar: add missing <td> and </td> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- docs/release-calendar.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 59de72b42e4..dbd6ce18d3c 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -71,16 +71,19 @@ if you'd like to nominate a patch in the next stable release. <td>2019-10-09</td> <td>19.2.1</td> <td>Dylan Baker</td> +<td></td> </tr> <tr> <td>2019-10-23</td> <td>19.2.2</td> <td>Dylan Baker</td> +<td></td> </tr> <tr> <td>2019-11-13</td> <td>19.2.3</td> <td>Dylan Baker</td> +<td></td> </tr> <tr> <td>2019-11-27</td> @@ -93,19 +96,19 @@ if you'd like to nominate a patch in the next stable release. <td>2019-10-30</td> <td>19.3.0-rc1</td> <td>Dylan Baker</td> -<td> +<td></td> </tr> <tr> <td>2019-11-06</td> <td>19.3.0-rc2</td> <td>Dylan Baker</td> -<td> +<td></td> </tr> <tr> <td>2019-11-13</td> <td>19.3.0-rc3</td> <td>Dylan Baker</td> -<td> +<td></td> </tr> <tr> <td>2019-11-20</td> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
