diff options
author | Zachary Scott <e@zzak.io> | 2014-05-28 15:56:38 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-05-28 15:56:38 -0700 |
commit | c0d1823d546541295ed914a03c7c889951b02828 (patch) | |
tree | baae765cd2581fc0639155727bfc6abfbe3afe95 /guides | |
parent | 0a3f634e8890145232ef58c3f3f3f5714cfe8ef7 (diff) | |
download | rails-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.md | 6 |
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="✓" /> - <input name="authenticity_token" type="hidden" value="f755bb0ed134b76c432144748a6d4b7a7ddf2b71" /> + <input name="_method" type="hidden" value="patch" /> + <input name="utf8" type="hidden" value="✓" /> + <input name="authenticity_token" type="hidden" value="f755bb0ed134b76c432144748a6d4b7a7ddf2b71" /> ... </form> ``` |