Skip to content
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

Backend escapes twice packages summary escaped characters #326

Open
rlefevre opened this issue Jan 28, 2020 · 0 comments
Open

Backend escapes twice packages summary escaped characters #326

rlefevre opened this issue Jan 28, 2020 · 0 comments

Comments

@rlefevre
Copy link
Member

With current version, packages summary have their escaped characters escaped twice by the backend. This produces some unwanted backslashes characters on the packages website.

For example, for elm/url.

From elm.json:
"summary": "Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)",

But from https://package.elm-lang.org/packages/search.json:

{"name":"elm/url","summary":"Create and parse URLs. Use for HTTP and \\\"routing\\\" in single-page apps (SPAs)","license":"BSD-3-Clause","versions":["1.0.0"]}

Which leads to the following description on https://package.elm-lang.org:
Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant