docs(validators): fix titles

This commit is contained in:
egarette@silique.fr 2026-06-03 18:01:27 +02:00
parent 800a61bbf4
commit 3372d45abc

View file

@ -1,5 +1,5 @@
Validators Validating a variable's value
============= ================================
.. objectives:: Objectives .. objectives:: Objectives
@ -24,7 +24,7 @@ Validators
git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git
git switch --detach v1.1_170 git switch --detach v1.1_170
Validating a variable's value A variable with custom validation
----------------------------------- -----------------------------------
Now, we would like the :term:`operator` to remember not to forget the http protocol, that is to put `http://` at the beginning of our `web_address` variable's value. What if he has forgotten the http protocol? We can add a reminder in case he has forgotten. Now, we would like the :term:`operator` to remember not to forget the http protocol, that is to put `http://` at the beginning of our `web_address` variable's value. What if he has forgotten the http protocol? We can add a reminder in case he has forgotten.