aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorHarshad Sabne <harshadsabne@users.noreply.github.com>2013-11-26 23:25:34 +0530
committerHarshad Sabne <harshadsabne@users.noreply.github.com>2013-11-26 23:25:34 +0530
commitb58f3a641795e1777aa3e12a853c34ff512acfb9 (patch)
treec69a276e09648a3859e87af63bdd9eaa5f561b71 /guides/source
parenta4bba9ce8d1e4bfa1eecf6db7d1d2e406f7d980c (diff)
downloadrails-b58f3a641795e1777aa3e12a853c34ff512acfb9.tar.gz
rails-b58f3a641795e1777aa3e12a853c34ff512acfb9.tar.bz2
rails-b58f3a641795e1777aa3e12a853c34ff512acfb9.zip
Underscore in markdown should be escaped with backslash [ci skip]
In the absence of proper escaping the first link was getting messed up and remaining part of the sentence (2nd link) was not displayed in the rendered markdown on the website though it was displaying correctly in the repository markdown file.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 1ad3b6ffd5..fd77c1b36f 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -289,7 +289,7 @@ private
end
```
-Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
+Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http\_accept\_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
#### Using GeoIP (or Similar) Database