mailto: use rawurlencode
This commit is contained in:
parent
c3b06333b6
commit
8131e83c46
1 changed files with 2 additions and 2 deletions
|
@ -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:");
|
||||
|
||||
|
|
Loading…
Reference in a new issue