diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-08-26 18:15:13 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-08-26 18:15:13 +0400 |
| commit | 6bc50a82fb93c1646d4918ad4b939e5c430dab88 (patch) | |
| tree | a95213780933de1410da7fae9ec7c12d36ab8510 /plugins/mailto | |
| parent | 38bc9dad228444fc38c2cef75f7edd5039477257 (diff) | |
mailto: remove unneeded space
Diffstat (limited to 'plugins/mailto')
| -rw-r--r-- | plugins/mailto/init.php | 2 |
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:"); |