Skip to content

Commit bd09548

Browse files
committed
docs: fix incorrect ref labels positions
1 parent 83edf97 commit bd09548

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ inside the controller:
6666

6767
.. literalinclude:: controllers/001.php
6868

69-
.. _controllers-validating-data:
70-
7169
forceHTTPS
7270
**********
7371

@@ -84,11 +82,13 @@ modify this by passing the duration (in seconds) as the first parameter:
8482

8583
.. note:: A number of :doc:`time-based constants </general/common_functions>` are always available for you to use, including ``YEAR``, ``MONTH``, and more.
8684

87-
.. _controller-validate:
85+
.. _controllers-validating-data:
8886

8987
Validating Data
9088
***************
9189

90+
.. _controller-validate:
91+
9292
$this->validate()
9393
=================
9494

0 commit comments

Comments
 (0)