-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posts With Images and HTML Bodies Escaping Issue #4
Comments
With escaping and no attachment
|
With no escaping and attachment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attempting to submit a post with an attachment (image or otherwise) and when that post goes live on my space the Title, Body, etc.. are all showing as the escaped text instead of the actual HTML. This only seems to be happening when there are attachments, and is somehow related to the most recent commit to auto-escape everything.
If I modify Model#escape_hash to just return the params passed to it, then posts with attachments go through just fine.
Here are some traces from the gem,
With the escaping and attachment:
The text was updated successfully, but these errors were encountered: