HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Click on mail in footer and get 404 (only from PC)
This discussion is related to the Colors addon.
When I click on mail icon in footer I always get 404 error (PC only, mobile is OK) or
Howto fix:
In theme folder find default.master.tpl (/path/to/vanilla/themes/Colors/views). Open it with preferred editor and find string 65 <span id="EmailIcon"><a href="{text code="Email Address"}"> </a></span><span id="EmailHidden">{text code="Email Address"}</span>
and replace it with
<span id="EmailIcon"><a href="mailto:{text code="Email Address"}"> </a></span><span id="EmailHidden">{text code="Email Address"}</span>
Now everything should be OK
1