aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides/markdown
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-08-19 16:28:53 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2014-08-19 16:28:53 +0000
commit41231ef6c6c6a6e546b69add28f04aafb9e0e952 (patch)
tree71ebb32624a29c5262ad076a5dd95ebe48844f88 /guides/rails_guides/markdown
parent0cb3bdb66e87981c1094edecfce9182ae8aeb240 (diff)
parentbc70448f6d6b83c1cd0814c9e93f7ed8245637a7 (diff)
downloadrails-41231ef6c6c6a6e546b69add28f04aafb9e0e952.tar.gz
rails-41231ef6c6c6a6e546b69add28f04aafb9e0e952.tar.bz2
rails-41231ef6c6c6a6e546b69add28f04aafb9e0e952.zip
Merge branch 'master' of github.com:rails/docrails
Conflicts: actionpack/lib/action_controller/metal/mime_responds.rb actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb activerecord/lib/active_record/type/value.rb
Diffstat (limited to 'guides/rails_guides/markdown')
-rw-r--r--guides/rails_guides/markdown/renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides/markdown/renderer.rb b/guides/rails_guides/markdown/renderer.rb
index 2eb7ca17a3..688f177578 100644
--- a/guides/rails_guides/markdown/renderer.rb
+++ b/guides/rails_guides/markdown/renderer.rb
@@ -50,7 +50,7 @@ HTML
when 'erb'
'ruby; html-script: true'
when 'html'
- 'xml' # html is understood, but there are .xml rules in the CSS
+ 'xml' # HTML is understood, but there are .xml rules in the CSS
else
'plain'
end