Skip to content

Commit 28ed8c9

Browse files
committed
docs: add empty line
1 parent 2c5b554 commit 28ed8c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ this code and save it to your **app/Views** directory:
4343

4444
You'll notice we are using a form helper to create the opening form tag.
4545
File uploads require a multipart form, so the helper creates the proper
46-
syntax for you. You'll also notice we have an ``$errors`` variable. This is
46+
syntax for you.
47+
48+
You'll also notice we have an ``$errors`` variable. This is
4749
so we can show error messages in the event the user does something
4850
wrong.
4951

0 commit comments

Comments
 (0)