summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-26 18:15:13 +0400
committerAndrew Dolgov <[email protected]>2014-08-26 18:15:13 +0400
commit6bc50a82fb93c1646d4918ad4b939e5c430dab88 (patch)
treea95213780933de1410da7fae9ec7c12d36ab8510
parent38bc9dad228444fc38c2cef75f7edd5039477257 (diff)
mailto: remove unneeded space
-rw-r--r--plugins/mailto/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mailto/init.php b/plugins/mailto/init.php
index 05d0daaa2..12f80ec89 100644
--- a/plugins/mailto/init.php
+++ b/plugins/mailto/init.php
@@ -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:");