Closed tabacco closed 7 years ago
Mailto links have the form <a href="mailto:test@example.com">...</a> with no // after the colon. This removes the // from the expression to make mailto: href attributes work correctly.
<a href="mailto:test@example.com">...</a>
Thanks for the fix
Mailto links have the form
<a href="mailto:test@example.com">...</a>
with no // after the colon. This removes the // from the expression to make mailto: href attributes work correctly.