doc: remove align from tables

This is obsolete. Also, in our case it doesn't seem to have
any effect since the table cells have their natural width,
i.e. as much as they need.

PR-URL: https://github.com/nodejs/node/pull/29668
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
This commit is contained in:
XhmikosR 2019-09-23 15:10:58 +03:00 committed by Rich Trott
parent 4d2856ed5a
commit 73f4dc8464
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ to recompile for new versions of Node.js which are
listed as supporting a later version.
| | 1 | 2 | 3 | 4 | 5 |
|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
|-------|---------|----------|----------|----------|-----------|
| v6.x | | | v6.14.2* | | |
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |

View File

@ -316,7 +316,7 @@ The port value can be an empty string in which case the port depends on
the protocol/scheme:
| protocol | port |
| :------- | :--- |
| -------- | ---- |
| "ftp" | 21 |
| "file" | |
| "gopher" | 70 |