]> git.mjollnir.org Git - moodle.git/commitdiff
typo
authormartin <martin>
Fri, 19 Jul 2002 12:11:47 +0000 (12:11 +0000)
committermartin <martin>
Fri, 19 Jul 2002 12:11:47 +0000 (12:11 +0000)
course/topics.php

index 3f1db695d44406f142ddbbe4d9b0443b9a49df2d..7863037505e91b5260bd7968a55b2881acdc84a9 100644 (file)
@@ -51,7 +51,7 @@
     print_simple_box("People", $align="CENTER", $width="100%", $color="$THEME->cellheading");
     $moddata[]="<A HREF=\"../user/index.php?id=$course->id\">List of all people</A>";
     $modicon[]="<IMG SRC=\"../user/users.gif\" HEIGHT=16 WIDTH=16 ALT=\"List of everyone\">";
-    $editmyprofile = "<A HREF=\"../user/view.php?id=$USER->id&course=$course->id\">Edit my profile</A>"
+    $editmyprofile = "<A HREF=\"../user/view.php?id=$USER->id&course=$course->id\">Edit my profile</A>";
     if ($USER->description) {
         $moddata[]= $editmyprofile;
     } else {