We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bf884f + cdad734 commit ef772d0Copy full SHA for ef772d0
1 file changed
www/include/social_meta_vars.inc
@@ -14,4 +14,4 @@ $socialTitle = isset($socialTitle) ? $socialTitle : "WebPageTest";
14
$socialDesc = isset($socialDesc) ? $socialDesc : "View this on WebPageTest.org...";
15
$emailSubject = "View this on WebPageTest!";
16
$tweetURI = 'https://twitter.com/intent/tweet?text=' . urlencode($socialDesc) . '&url=' . urlencode($pageURI) . '&via=realwebpagetest';
17
-$emailURI = 'mailto:?subject=' . rawurlencode(htmlspecialchars_decode($emailSubject)) . '&body=' . rawurlencode(htmlspecialchars_decode($socialDesc)) . ' %0D%0A ' . urlencode($pageURI);
+$emailURI = 'mailto:?subject=' . rawurlencode(htmlspecialchars_decode($emailSubject)) . '&body=' . rawurlencode(htmlspecialchars_decode($socialDesc) . ' %0D%0A ') . $pageURI;
0 commit comments