Skip to content

Commit

Permalink
[DOCS] Fix incorrect code block syntax in some rst files
Browse files Browse the repository at this point in the history
Resolves: #94909
Releases: master, 10.4, 9.5
Change-Id: I68b5f28f761e5eb096d8580e7c7291b479f144b5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70857
Tested-by: core-ci <typo3@b13.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
georgringer committed Sep 1, 2021
1 parent 007b889 commit 1f0ab7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@ the topic:
translation:
translationFile: path/to/locallang.xlf
.. code-block: typoscript
.. code-block:: typoscript
plugin.tx_form {
settings {
Expand Down
Expand Up @@ -35,7 +35,7 @@ Services that extend authentication with custom additional factors (2FA/MFA)
are advised to intercept only valid login requests instead of all `authUser`
invocations.

.. code-block: php
.. code-block:: php
class MyAuthenticationService
extends \TYPO3\CMS\Core\Authentication\AbstractAuthenticationService
Expand Down

0 comments on commit 1f0ab7f

Please sign in to comment.