mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:35:57 +00:00
mailto: use rawurlencode
This commit is contained in:
@@ -68,8 +68,8 @@ class MailTo extends Plugin {
|
||||
$content = "";
|
||||
$tpl->generateOutputToString($content);
|
||||
|
||||
$mailto_link = htmlspecialchars("mailto: ?subject=".urlencode($subject).
|
||||
"&body=".urlencode($content));
|
||||
$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