We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8db45 commit 9cb0a7dCopy full SHA for 9cb0a7d
public_html/lists/admin/send_core.php
@@ -728,7 +728,7 @@ function submitform() {
728
$maincontent .= '
729
<div id="remoteurl" class="field"><label for="sendurl">' .$GLOBALS['I18N']->get('Send a Webpage - URL').Help('sendurl').'</label>'.'
730
<input type="text" name="sendurl" id="remoteurlinput"
731
- value="' .$messagedata['sendurl'].'" size="60" /> <span id="remoteurlstatus"></span></div>';
+ value="' .htmlspecialchars($messagedata['sendurl']).'" size="60" /> <span id="remoteurlstatus"></span></div>';
732
if (isset($messagedata['sendmethod']) && $messagedata['sendmethod'] != 'remoteurl') {
733
$GLOBALS['pagefooter']['hideremoteurl'] = '<script type="text/javascript">$("#remoteurl").hide();</script>';
734
}
0 commit comments