if ($ismoving) {
$strmovehere = get_string("movehere");
- $strmovefull = get_string("movefull", "", "'$USER->activitycopyname'");
+ $strmovefull = strip_tags(get_string("movefull", "", "'$USER->activitycopyname'"));
$stractivityclipboard = $USER->activitycopyname;
$strcancel= get_string("cancel");
$modicon[] = " <img align=bottom src=\"$CFG->pixpath/t/move.gif\" height=\"11\" width=\"11\">";
}
if ($ismoving) {
$strmovehere = get_string("movehere");
- $strmovefull = get_string("movefull", "", "'$USER->activitycopyname'");
+ $strmovefull = strip_tags(get_string("movefull", "", "'$USER->activitycopyname'"));
}
$modinfo = unserialize($course->modinfo);