1
0
Fork 0
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:
Steve Klabnik 2013-02-01 11:33:31 -08:00
parent 5342797e2f
commit f2c7a5d5df

View file

@ -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