diff --git a/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst b/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst
index ca732b51cb33740f1eb9d72c8aa3157cc927766b..10670b9772e806d28c10e5afd8e5524625e7a1b8 100644
--- a/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst
+++ b/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst
@@ -11,9 +11,9 @@ See :issue:`102628`
 Description
 ===========
 
-TYPO3 v13 introduces the new frontend-related PSR-7 request attribute :php`frontend.cache.instruction`
+TYPO3 v13 introduces the new frontend-related PSR-7 request attribute :php:`frontend.cache.instruction`
 implemented by class :php:`\TYPO3\CMS\Frontend\Cache\CacheInstruction`. This replaces the
-previous :php:`TyposcriptFrontendController->no_cache` property and boolean php:`noCache` request
+previous :php:`TyposcriptFrontendController->no_cache` property and boolean :php:`noCache` request
 attribute.
 
 Impact