From ea2731dfb3b02e1f54ca36777320fb4b2349a50f Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Fri, 21 Jun 2024 09:50:01 +0200 Subject: [PATCH] [BUGFIX] Avoid formatting typo in docs A missing whitespace makes a code block being eaten away by doc rendering. Resolves: #104169 Related: #104153 Releases: main Change-Id: I0f9516c6de08c3b1625582debc3c65120ea5fe03 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84815 Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../13.2/Important-104153-AboutDatabaseErrorRowSizeTooLarge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/13.2/Important-104153-AboutDatabaseErrorRowSizeTooLarge.rst b/typo3/sysext/core/Documentation/Changelog/13.2/Important-104153-AboutDatabaseErrorRowSizeTooLarge.rst index 4ed6ead7f660..9daaa3799d60 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.2/Important-104153-AboutDatabaseErrorRowSizeTooLarge.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.2/Important-104153-AboutDatabaseErrorRowSizeTooLarge.rst @@ -113,7 +113,7 @@ with multi-byte characters. Note that column types that do not store characters (like :sql:`INT`) do not have a charset set at all. An overview of current charsets can be retrieved: -.. code-block::sql +.. code-block:: sql # Default charset of the database, new tables use this charset when no # explicit charset is given with a "CREATE TABLE" statement: -- GitLab