From bf3eca66b473dc171976e8fc4137c476f7d8b69f Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 15 Apr 2019 09:41:29 -0400 Subject: [PATCH] Docs: Fix a table start to align with the stop (#430) Asciidoctor is a bit pickier about start and end delimiter and complains about this table because the start line has more `=`s than the end line. This removes `=`s from the table start, so it lines up with the table end. --- docs/fields.asciidoc | 2 +- scripts/generators/asciidoc_fields.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fields.asciidoc b/docs/fields.asciidoc index 220ce80133..1d0e175e75 100644 --- a/docs/fields.asciidoc +++ b/docs/fields.asciidoc @@ -15,7 +15,7 @@ all fields are defined. [[ecs-fieldsets]] === Field Sets [cols="<,<",options="header",] -|======================================================================= +|===== | Field Set | Description | <> | All fields defined directly at the top level diff --git a/scripts/generators/asciidoc_fields.py b/scripts/generators/asciidoc_fields.py index 4f684cd0ce..356028ad9c 100644 --- a/scripts/generators/asciidoc_fields.py +++ b/scripts/generators/asciidoc_fields.py @@ -170,7 +170,7 @@ def index_header(ecs_version): [[ecs-fieldsets]] === Field Sets [cols="<,<",options="header",] -|======================================================================= +|===== | Field Set | Description '''