$fullname = fullname($post, $isteacher);
echo "<p $teacheronly><font size=\"1\">$date - $fullname<br />";
echo "\"<a href=\"$CFG->wwwroot/mod/forum/$log->url\">";
+ $post->subject = break_up_long_words($post->subject);
if (!empty($CFG->filterall)) {
$post->subject = filter_text("<nolink>$post->subject</nolink>", $course->id);
}
}
$post->subject = strip_tags($post->subject, '<lang>'); // Strip all tags except lang
- $post->subject = break_up_long_words($post->subject);
//$post->message = clean_text($post->message, $post->format); // Clean up any bad tags