Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yarcat
Copy link

@yarcat yarcat commented Sep 10, 2020

http/tempate results in html -unsafe characters like angle brackets, quotes, etc being escaped e.g.

gh repo view cli/cli
...
  ## We want your feedback

  We'd love to hear your feedback about  gh . If you spot bugs or have
  features that you'd really like to see in  gh , please check out the
  contributing page
...

Note that We'd and you'd.

This affected only standard terminals, for which an HTML template renderer was used.

http/tempate results in html -unsafe characters (e.g. angle brackets,
quotes, etc) being escaped e.g.

```
gh repo view cli/cli
...
  ## We want your feedback

  We&cli#39;d love to hear your feedback about  gh . If you spot bugs or have
  features that you&cli#39;d really like to see in  gh , please check out the
  contributing page
...
```

Note that "We&cli#39;d" instead of "We'd".
@vilmibm
Copy link
Contributor

vilmibm commented Sep 11, 2020

thank you!

i think this is a dupe of #1657 , unfortunately

@vilmibm vilmibm closed this Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants