Skip to content

Commit

Permalink
Fix markdown syntax in actionpack CHANGELOG.
Browse files Browse the repository at this point in the history
Starting a line with an octothorpe makes an <h1>
  • Loading branch information
steveklabnik committed Feb 1, 2013
1 parent 1337e92 commit 8f8ae5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionpack/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit 8f8ae5f

Please sign in to comment.