mirror of https://github.com/rails/rails
Copy-fix the last PR [ci skip]
This commit is contained in:
parent
1fa447e554
commit
f797741bd2
|
@ -98,7 +98,7 @@ And finally, display the sanitized rich text on a page:
|
|||
<%= @message.content %>
|
||||
```
|
||||
|
||||
**Note:** if there's an attached resource within `content` field. It might not show properly unless you
|
||||
**Note:** if there's an attached resource within `content` field, it might not show properly unless you
|
||||
have *libvips/libvips42* package installed locally on your machine. Linux based users can run `apt install libvips42`
|
||||
to install it.
|
||||
|
||||
|
|
Loading…
Reference in New Issue