]> git.mjollnir.org Git - moodle.git/commitdiff
typo during xhtml update
authorskodak <skodak>
Fri, 22 Oct 2004 20:17:01 +0000 (20:17 +0000)
committerskodak <skodak>
Fri, 22 Oct 2004 20:17:01 +0000 (20:17 +0000)
course/user.php

index f0ea2d24a7955e5e6271b213c9ac61e365e3c1a2..0a08005905317a1433684dd8764471eaa6fbf670 100644 (file)
@@ -59,7 +59,7 @@
         if ($mode == $listmode) {
             echo "<td><u>$strmode</u></td>";
         } else {
-            echo "<td><a href=\"user.php?id=$course->id&amp;user=$user->id&amp;mode=$listmode>$strmode\"</a></td>";
+            echo "<td><a href=\"user.php?id=$course->id&amp;user=$user->id&amp;mode=$listmode\">$strmode</a></td>";
         }
     }
     echo "</tr></table>";