]> git.wh0rd.org - tt-rss.git/commitdiff
mailto: remove unneeded space
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 26 Aug 2014 14:15:13 +0000 (18:15 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 26 Aug 2014 14:15:13 +0000 (18:15 +0400)
plugins/mailto/init.php

index 05d0daaa205ebb60320038fb801152eb4ea501e9..12f80ec89504bfb3fd1ca2dd5ad680036786f641 100644 (file)
@@ -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:");