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 58a5c46 commit 2784168Copy full SHA for 2784168
main/course_progress/thematic_plan.php
@@ -30,8 +30,8 @@
30
}
31
32
33
-echo Display::tag('h2', $thematic_data['title']);
34
-echo $thematic_data['content'];
+echo Display::tag('h2', Security::remove_XSS($thematic_data['title']));
+echo Security::remove_XSS($thematic_data['content']);
35
36
if (isset($message) && $message == 'ok') {
37
echo Display::return_message(get_lang('ThematicSectionHasBeenCreatedSuccessfull'), 'normal');
0 commit comments