Skip to content

Commit 9cb0a7d

Browse files
bramleysuelaP
authored andcommitted
Resolve merge conflict
1 parent ca8db45 commit 9cb0a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/send_core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ function submitform() {
728728
$maincontent .= '
729729
<div id="remoteurl" class="field"><label for="sendurl">' .$GLOBALS['I18N']->get('Send a Webpage - URL').Help('sendurl').'</label>'.'
730730
<input type="text" name="sendurl" id="remoteurlinput"
731-
value="' .$messagedata['sendurl'].'" size="60" /> <span id="remoteurlstatus"></span></div>';
731+
value="' .htmlspecialchars($messagedata['sendurl']).'" size="60" /> <span id="remoteurlstatus"></span></div>';
732732
if (isset($messagedata['sendmethod']) && $messagedata['sendmethod'] != 'remoteurl') {
733733
$GLOBALS['pagefooter']['hideremoteurl'] = '<script type="text/javascript">$("#remoteurl").hide();</script>';
734734
}

0 commit comments

Comments
 (0)