Added one missing format_string() to post->subject

This commit is contained in:
stronk7
2006-12-20 09:57:08 +00:00
parent fa1df4db7b
commit 80f91aad31
+1 -1
View File
@@ -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));