Added one missing format_string() to post->subject
This commit is contained in:
+1
-1
@@ -1958,7 +1958,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
|
||||
echo '<td class="topic starter">';
|
||||
}
|
||||
|
||||
echo '<div class="subject">'.$post->subject.'</div>';
|
||||
echo '<div class="subject">'.format_string($post->subject).'</div>';
|
||||
|
||||
echo '<div class="author">';
|
||||
$fullname = fullname($post, has_capability('moodle/site:viewfullnames', $modcontext));
|
||||
|
||||
Reference in New Issue
Block a user