diff --git a/comment/lib.php b/comment/lib.php index e87edb2b02b..d8f17dbe018 100644 --- a/comment/lib.php +++ b/comment/lib.php @@ -528,7 +528,7 @@ class comment { $c->timecreated = $u->ctimecreated; $c->strftimeformat = get_string('strftimerecent', 'langconfig'); $url = new moodle_url('/user/view.php', array('id'=>$u->id, 'course'=>$this->courseid)); - $c->profileurl = $url->out(false); // URL should not be escaped just yet + $c->profileurl = $url->out(false); // URL should not be escaped just yet. $c->fullname = fullname($u); $c->time = userdate($c->timecreated, $c->strftimeformat); $c->content = format_text($c->content, $c->format, $formatoptions);