Skip to content

Commit 91f2cb0

Browse files
authored
docs: fix indentation on 4.7.2 and 4.7.3 changelogs (#10131)
1 parent 5925c3a commit 91f2cb0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/changelogs/v4.7.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Bugs Fixed
1515
**********
1616

1717
- **Security:** Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful
18-
verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header.
19-
This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests.
18+
verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header.
19+
This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests.
2020

2121
See the repo's
2222
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

user_guide_src/source/changelogs/v4.7.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Changes
2525
*******
2626

2727
- **Commands:** The ``-h`` option for the ``routes`` command is renamed to ``--sort-by-handler`` to avoid conflict with the common use of ``-h`` as a shortcut for ``--help``.
28-
The old ``-h`` option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for ``--help``.
29-
A warning message is displayed when using the old ``-h`` option to encourage users to switch to the new ``--sort-by-handler`` option.
28+
The old ``-h`` option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for ``--help``.
29+
A warning message is displayed when using the old ``-h`` option to encourage users to switch to the new ``--sort-by-handler`` option.
3030

3131
************
3232
Deprecations

0 commit comments

Comments
 (0)