Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMeta tags are double html-encoded #340
Comments
|
I think you meant |
Unescaping post content after sanitizing it. This will prevent double escaping when summary is rendered by html/template package which does escaping by default. Fixes writeas#340
Unescaping post content after sanitizing it. This will prevent double escaping when summary is rendered by html/template package which does escaping by default. Fixes writeas#340


Describe the bug
If you check the HTML source on this post, the HTML tags are double HTML encoded. For example:
Expected behavior
The
"should be"Application configuration
Version or last commit: v0.12