From b680bf8e8fe470f414f18d4b2412334d1ca25558 Mon Sep 17 00:00:00 2001
From: Simon Schaufelberger <noreply@example.com>
Date: Fri, 9 Jun 2023 07:33:27 +0000
Subject: [PATCH] [DOCS] Fix changelog rendering

Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79222
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 ...eaking-72826-RemovedCustomCharsetConfigurationForLocales.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
index 7b17f9825911..9f1ddae2f75e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
@@ -48,7 +48,7 @@ Migration
 =========
 
 As this is a misconfiguration and only necessary if e.g. can not handle UTF-8 locales, `config.set_locale` can explicitly
-be set to `de_AT@iso-8859-15` and the output should be renderCharset. On instances where `stdWrap.strftime`is used,
+be set to `de_AT@iso-8859-15` and the output should be renderCharset. On instances where `stdWrap.strftime` is used,
 the subproperty `charset` can be set to the custom character set (e.g. `iso-8859-15`).
 
 In each case, it should be configured that the `config.locale_all` option should have a character set given, to avoid
-- 
GitLab