From af5a8c76240839dfb2f6b3eb67cb567006946df2 Mon Sep 17 00:00:00 2001
From: Oliver Bartsch <bo@cedev.de>
Date: Tue, 1 Mar 2022 21:02:29 +0100
Subject: [PATCH] [DOCS] Fix title and code example of changelog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The code example was not rendered, since a empty
line was missing.

Additionally, the title has to start with "Important:".

Resolves: #97072
Related: #93635
Releases: main, 11.5
Change-Id: I85b53f8d2f89558300b6ea996e1ab1147a678a92
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73756
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 ...rtant-93635-AddMailConfigurationForSettingSmtpDomain.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
index b2454cfc6ae2..08878e4c1b17 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
@@ -1,7 +1,7 @@
 .. include:: ../../Includes.txt
 
 ================================================================
-Bugfix: #93635 - Add mail configuration for setting smtp domain
+Important: #93635 - Add mail configuration for setting smtp domain
 ================================================================
 
 See :issue:`93635`
@@ -23,6 +23,7 @@ correct EHLO-command to the relay-server.
 Configuration Example for GSuite.
 
 .. code-block:: php
+
     return [
         //....
         'MAIL' => [
@@ -42,6 +43,7 @@ Configuration Example for GSuite.
 Impact
 ======
 
-Now it is possible to set the smtp mail domain which is required for some relay-server.
+Now it is possible to set the smtp mail domain which is required for
+some relay-server.
 
 .. index:: LocalConfiguration, ext:core
-- 
GitLab