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 5388df4 commit a9ee6fdCopy full SHA for a9ee6fd
public_html/lists/admin/send_core.php
@@ -733,7 +733,7 @@ function submitform() {
733
$maincontent .= '
734
<div id="remoteurl" class="field"><label for="sendurl">' .$GLOBALS['I18N']->get('Send a Webpage - URL').Help('sendurl').'</label>'.'
735
<input type="text" name="sendurl" id="remoteurlinput"
736
- value="' .$messagedata['sendurl'].'" size="60" /> <span id="remoteurlstatus"></span></div>';
+ value="' .htmlspecialchars($messagedata['sendurl']).'" size="60" /> <span id="remoteurlstatus"></span></div>';
737
if (isset($messagedata['sendmethod']) && $messagedata['sendmethod'] != 'remoteurl') {
738
$GLOBALS['pagefooter']['hideremoteurl'] = '<script type="text/javascript">$("#remoteurl").hide();</script>';
739
}
0 commit comments