Browse Source

Fixing rst typos on form help messages chapter

Baptiste "Talus" Clavie 13 years ago
parent
commit
0b5cea2a04
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Resources/doc/reference/form_help_message.rst

+ 4 - 4
Resources/doc/reference/form_help_message.rst

@@ -1,13 +1,13 @@
 Form Help Messages
 Form Help Messages
-==========
+==================
 
 
 Help Messages
 Help Messages
-------------------------
+-------------
 
 
 Help messages are short notes that are rendered together with form fields. They are generally used to show additional information so the user can complete the form element faster and more accurately.
 Help messages are short notes that are rendered together with form fields. They are generally used to show additional information so the user can complete the form element faster and more accurately.
 
 
 Example
 Example
-----------------
+-------
 
 
 .. code-block:: php
 .. code-block:: php
 
 
@@ -25,7 +25,7 @@ Example
     }
     }
 
 
 Alternative Way To Define Help Messages
 Alternative Way To Define Help Messages
-----------------
+---------------------------------------
 
 
 .. code-block:: php
 .. code-block:: php