Skip to content

Commit 626a774

Browse files
committed
docs: fix incorrect label position
1 parent a60c5b0 commit 626a774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ To give a labeled error message you can set up as:
309309
.. literalinclude:: validation/007.php
310310
:lines: 2-
311311

312-
.. _validation-withrequest:
313-
314312
.. note:: ``setRules()`` will overwrite any rules that were set previously. To add more than one
315313
rule to an existing set of rules, use ``setRule()`` multiple times.
316314

@@ -340,6 +338,8 @@ For example, data returned by multi select dropdown:
340338
.. literalinclude:: validation/011.php
341339
:lines: 2-
342340

341+
.. _validation-withrequest:
342+
343343
withRequest()
344344
=============
345345

0 commit comments

Comments
 (0)