diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-02-01 11:33:31 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-02-01 11:34:29 -0800 |
commit | 8f8ae5f03ccc30daae278c397fb88f94216b5229 (patch) | |
tree | cf10feab5f72f61a25589bcfa1d5306f4aa73d9d /actionpack | |
parent | 1337e9284c038de8f0ea8a2de0d03efa630ea057 (diff) | |
download | rails-8f8ae5f03ccc30daae278c397fb88f94216b5229.tar.gz rails-8f8ae5f03ccc30daae278c397fb88f94216b5229.tar.bz2 rails-8f8ae5f03ccc30daae278c397fb88f94216b5229.zip |
Fix markdown syntax in actionpack CHANGELOG.
Starting a line with an octothorpe makes an <h1>
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 8cf9959831..22586caa84 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -64,7 +64,8 @@ * More descriptive error messages when calling `render :partial` with an invalid `:layout` argument. - #8376 + + Fixes #8376. render :partial => 'partial', :layout => true # results in ActionView::MissingTemplate: Missing partial /true |