From 7e3417e12483c3b7d2f4e74977b34c6a803d5f1e Mon Sep 17 00:00:00 2001 From: bartolom Date: Mon, 19 Feb 2018 00:09:14 +0100 Subject: [PATCH] Quote cols attribute in Asciidoc table example Closes gh-482 --- docs/src/docs/asciidoc/working-with-asciidoctor.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index 59a02030..2a0cf6bd 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -136,7 +136,7 @@ example, the widths of a table's columns can be specified using the `cols` attri [source,indent=0] ---- -[cols=1,3] <1> +[cols="1,3"] <1> \include::{snippets}/index/links.adoc[] ---- <1> The table's width will be split across its two columns with the second column being