Closed
Description
STR:
- Go to webcompat.com
- click search in top nav bar
- search for "http://google.com"
Expected:
You go to the issues page with "http://google.com" in the seach input
Actual:
You get http%3A%2F%2Fgoogle.com%2F
@dshgna want to take a look? We probably just need to call decodeURIComponent
or something on the input when the page is loaded from a search query.