1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

mailto: remove unneeded space

This commit is contained in:
Andrew Dolgov
2014-08-26 18:15:13 +04:00
parent 38bc9dad22
commit 6bc50a82fb

View 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:");