Details
Description
Navigation is uncomplete when adding or viewing comments because of missing quotation marks in moodle version 1.8.3
comments.php version 1.23.2.1 line 46
it is:
"<a href=index.php?id=$course->id>$strglossaries</a> > <a href=view.php?id=$cm>id>"
it should be:
"<a href=\"index.php?id=$course->id\">$strglossaries</a> > <a href= \"view.php?id=$cm>id\">"