aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-05-28 15:56:38 -0700
committerZachary Scott <e@zzak.io>2014-05-28 15:56:38 -0700
commitc0d1823d546541295ed914a03c7c889951b02828 (patch)
treebaae765cd2581fc0639155727bfc6abfbe3afe95 /guides
parent0a3f634e8890145232ef58c3f3f3f5714cfe8ef7 (diff)
downloadrails-c0d1823d546541295ed914a03c7c889951b02828.tar.gz
rails-c0d1823d546541295ed914a03c7c889951b02828.tar.bz2
rails-c0d1823d546541295ed914a03c7c889951b02828.zip
Fix indentation from 1b4b26f [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/form_helpers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index b4f8474bd0..048eb9a6e3 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -360,9 +360,9 @@ output:
```html
<form accept-charset="UTF-8" action="/search" method="post">
- <input name="_method" type="hidden" value="patch" />
- <input name="utf8" type="hidden" value="&#x2713;" />
- <input name="authenticity_token" type="hidden" value="f755bb0ed134b76c432144748a6d4b7a7ddf2b71" />
+ <input name="_method" type="hidden" value="patch" />
+ <input name="utf8" type="hidden" value="&#x2713;" />
+ <input name="authenticity_token" type="hidden" value="f755bb0ed134b76c432144748a6d4b7a7ddf2b71" />
...
</form>
```