From: skodak Date: Fri, 22 Oct 2004 20:17:01 +0000 (+0000) Subject: typo during xhtml update X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b56681b0a31f852bddae09ea23b58a27375d9499;p=moodle.git typo during xhtml update --- diff --git a/course/user.php b/course/user.php index f0ea2d24a7..0a08005905 100644 --- a/course/user.php +++ b/course/user.php @@ -59,7 +59,7 @@ if ($mode == $listmode) { echo "$strmode"; } else { - echo "id&user=$user->id&mode=$listmode>$strmode\""; + echo "id&user=$user->id&mode=$listmode\">$strmode"; } } echo "";