Skip to content

Instantly share code, notes, and snippets.

@Stefku
Created June 25, 2018 14:11
Show Gist options
  • Save Stefku/a12b84b3bdfd961f5593b1e8a8e2a55e to your computer and use it in GitHub Desktop.
Save Stefku/a12b84b3bdfd961f5593b1e8a8e2a55e to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="lib/style.css">
<script src="lib/script.js"></script>
</head>
<body>
<h1>Mailto with white spaces.</h1>
<p>
<a href="mailto:stefku@example.ch&Subject='TIP 2 DEV - u202174 - 25.06.2018 13:20'">mail to</a>
</p>
<p>
<a href="mailto:stefku@example.ch&Subject=TIP_2_DEV_-_u202174_-_25.06.2018_13:20">mail to underlines</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment