We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f9af commit 63bf4adCopy full SHA for 63bf4ad
main/forum/viewthread.php
@@ -624,6 +624,7 @@ class="flag-icon flag-icon-'.$languages[$languageInfo['english_name']].'"></span
624
$post['post_title'] .= Display::tag('div', $titlePost, ['class' => 'post-header']);
625
626
// the post body
627
+ $post['post_text'] = Security::remove_XSS($post['post_text']);
628
$post['post_data'] = Display::tag('div', $post['post_text'], ['class' => 'post-body']);
629
630
// The check if there is an attachment
0 commit comments