mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix markdown syntax in actionpack CHANGELOG.
Starting a line with an octothorpe makes an <h1>
This commit is contained in:
parent
5342797e2f
commit
f2c7a5d5df
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@
|
|||
|
||||
* More descriptive error messages when calling `render :partial` with
|
||||
an invalid `:layout` argument.
|
||||
#8376
|
||||
|
||||
Fixes #8376.
|
||||
|
||||
render partial: 'partial', layout: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue