From 62b4cc4901c7b93aa027116316e85cc9ed09a05b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 22 Mar 2018 17:36:06 +0100 Subject: [PATCH] Updated the style of the new "box" table --- components/console/helpers/table.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/console/helpers/table.rst b/components/console/helpers/table.rst index cbe887a3294..bc01b3f11aa 100644 --- a/components/console/helpers/table.rst +++ b/components/console/helpers/table.rst @@ -152,14 +152,14 @@ which outputs: .. code-block:: text - ┼───────────────┼──────────────────────────┼──────────────────┼ + ┌───────────────┬──────────────────────────┬──────────────────┐ │ ISBN │ Title │ Author │ - ┼───────────────┼──────────────────────────┼──────────────────┼ + ├───────────────┼──────────────────────────┼──────────────────┤ │ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri │ │ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens │ │ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien │ │ 80-902734-1-6 │ And Then There Were None │ Agatha Christie │ - ┼───────────────┼──────────────────────────┼──────────────────┼ + └───────────────┴──────────────────────────┴──────────────────┘ .. versionadded:: 4.1 The ``box`` style was introduced in Symfony 4.1.