git: d01ef2b3ed - main - Add more options="header" to tables
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Feb 6 07:13:42 UTC 2021
The branch main has been updated by lwhsu (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=d01ef2b3ed84651caa83bdec5b590a0022dd3ec4
commit d01ef2b3ed84651caa83bdec5b590a0022dd3ec4
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-02-06 07:12:57 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-02-06 07:12:57 +0000
Add more options="header" to tables
Approved by: carlavilla (implicitly)
---
website/content/en/where.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc
index acee6cb1d0..53facdf95e 100644
--- a/website/content/en/where.adoc
+++ b/website/content/en/where.adoc
@@ -132,7 +132,7 @@ If you are interested in a purely experimental *snapshot* release of FreeBSD-CUR
[.tblbasic]
[.tblDownload]
-[width="100%",cols="25%,25%,25%,25%",]
+[width="100%",cols="25%,25%,25%,25%",options="header",]
|===
|Installer Images |Virtual Machine Images |SD Card Images |Documentation
a|
@@ -176,7 +176,7 @@ a|
[.tblbasic]
[.tblDownload]
-[width="100%",cols="25%,25%,25%,25%",]
+[width="100%",cols="25%,25%,25%,25%",options="header",]
|===
|Installer Images |Virtual Machine Images |SD Card Images |Documentation
a|
@@ -219,7 +219,7 @@ a|
[.tblbasic]
[.tblDownload]
-[width="100%",cols="25%,25%,25%,25%",]
+[width="100%",cols="25%,25%,25%,25%",options="header",]
|===
|Installer Images |Virtual Machine Images |SD Card Images |Documentation
a|
More information about the dev-commits-doc-all
mailing list