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 3534fec commit b21663fCopy full SHA for b21663f
main/inc/lib/course.lib.php
@@ -3481,7 +3481,7 @@ public static function get_details_course_description_html(
3481
);
3482
$data .= '</a> ';
3483
}
3484
- $data .= $description->getTitle();
+ $data .= Security::remove_XSS($description->getTitle());
3485
$data .= '</div>';
3486
$data .= '<div class="sectioncomment">';
3487
$data .= Security::remove_XSS($description->getContent());
0 commit comments