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