Skip to content
Snippets Groups Projects
Commit ea2731df authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[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: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 32e09a4d
Branches
Tags
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment