From 4759ea705b02961ca8e7a0667c25f1298f74e6dd Mon Sep 17 00:00:00 2001 From: Daniel Siepmann <daniel.siepmann@typo3.org> Date: Sat, 29 Jun 2019 10:07:47 +0200 Subject: [PATCH] [BUGFIX] Code block in docs regarding site base variants Do not use inline notion of providing a whole block of code. Relates: #88630 Releases: master, 9.5 Change-Id: I2f691cbdd4d617bf1a0ac4a82000f809f865c069 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61169 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de> --- .../Changelog/9.5/Feature-86303-VariantsForSitesBase.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst index 9fed871d98af..b0a167e56403 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst @@ -34,7 +34,7 @@ The base of a site can be changed depending on a condition. Typical examples are This is an example where the default site has base variants, but also a translation (in this case German) has a custom domain or sub-domain instead of a first part of the path segment of the URL. -:yaml: +.. code-block:: yaml rootPageId: 1 base: 'https://www.example.com/' -- GitLab