mailto: remove unneeded space
This commit is contained in:
parent
38bc9dad22
commit
6bc50a82fb
|
@ -65,7 +65,7 @@ class MailTo extends Plugin {
|
||||||
$content = "";
|
$content = "";
|
||||||
$tpl->generateOutputToString($content);
|
$tpl->generateOutputToString($content);
|
||||||
|
|
||||||
$mailto_link = htmlspecialchars("mailto: ?subject=".rawurlencode($subject).
|
$mailto_link = htmlspecialchars("mailto:?subject=".rawurlencode($subject).
|
||||||
"&body=".rawurlencode($content));
|
"&body=".rawurlencode($content));
|
||||||
|
|
||||||
print __("Clicking the following link to invoke your mail client:");
|
print __("Clicking the following link to invoke your mail client:");
|
||||||
|
|
Loading…
Reference in New Issue