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:
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user