URL's are escaped two times
When entering a URL like
http://www.example.com/?foo=bar&baz=bum, the
resulting HTML is <a
href="http://www.example.com/?foo=bar&amp;baz=bum">http://www.example.com/?foo=bar&...</a>.
As you can see, the ampersand is escaped twice, corrupting the URL.
This is an important issue, because we heavily rely on linking to
the correct pages from our tickets.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Will Duncan on 03 Nov, 2008 03:21 PM
Thanks for the heads up. We'll look into this shortly.