git: 22c571e50b - main - Add table style and options="header"

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Feb 6 07:29:23 UTC 2021


The branch main has been updated by lwhsu (ports, src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=22c571e50bc9163233cd2422ea2bfebe4b5ee157

commit 22c571e50bc9163233cd2422ea2bfebe4b5ee157
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-02-06 07:27:25 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-02-06 07:27:25 +0000

    Add table style and options="header"
    
    Approved by:    carlavilla (implicitly)
---
 website/content/en/releases/12.1R/schedule.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.1R/schedule.adoc b/website/content/en/releases/12.1R/schedule.adoc
index 2797431aa0..dfc82cdef7 100644
--- a/website/content/en/releases/12.1R/schedule.adoc
+++ b/website/content/en/releases/12.1R/schedule.adoc
@@ -20,7 +20,8 @@ General discussions about the pending release and known issues should be sent to
 
 == Schedule
 
-[cols=",,,",]
+[.tblbasic]
+[cols=",,,",options="header",]
 |===
 |Action |Expected |Actual |Description
 |Initial release schedule announcement |- |14 May 2019 |Release Engineers send announcement email to developers with a rough schedule.


More information about the dev-commits-doc-all mailing list