Commit 9bf141cf authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-70' into 'master'

Adds a space to fix code display

See merge request gitlab-org/gitlab-ce!29463
parents 2876b3e6 2a94a1d8
...@@ -21,6 +21,7 @@ On the other hand, if an icon is crucial to understand the context we should do ...@@ -21,6 +21,7 @@ On the other hand, if an icon is crucial to understand the context we should do
## Form inputs ## Form inputs
In forms we should use the `for` attribute in the label statement: In forms we should use the `for` attribute in the label statement:
``` ```
<div> <div>
<label for="name">Fill in your name:</label> <label for="name">Fill in your name:</label>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment