diff options
author | Thiago Pinto <tapgyn@gmail.com> | 2013-08-14 02:02:38 -0400 |
---|---|---|
committer | Thiago Pinto <tapgyn@gmail.com> | 2013-08-14 02:02:38 -0400 |
commit | 70d6e16fbad75b89dd1798ed697e7732b8606fa3 (patch) | |
tree | be55dfa9e84cfd72313b4233bbe9262b8d764124 /guides/source/action_mailer_basics.md | |
parent | ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9 (diff) | |
parent | abc75f027337863cca1167372447872e1c6f1339 (diff) | |
download | rails-70d6e16fbad75b89dd1798ed697e7732b8606fa3.tar.gz rails-70d6e16fbad75b89dd1798ed697e7732b8606fa3.tar.bz2 rails-70d6e16fbad75b89dd1798ed697e7732b8606fa3.zip |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'guides/source/action_mailer_basics.md')
-rw-r--r-- | guides/source/action_mailer_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index bf34799eb3..d5a8ce4bf9 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -105,7 +105,7 @@ will be the template used for the email, formatted in HTML: <h1>Welcome to example.com, <%= @user.name %></h1> <p> You have successfully signed up to example.com, - your username is: <%= @user.login %>.<br/> + your username is: <%= @user.login %>.<br> </p> <p> To login to the site, just follow this link: <%= @url %>. |