]> git.mjollnir.org Git - moodle.git/commitdiff
Spurious $ in a page heading removed.
authorrkingdon <rkingdon>
Thu, 9 Sep 2004 21:11:12 +0000 (21:11 +0000)
committerrkingdon <rkingdon>
Thu, 9 Sep 2004 21:11:12 +0000 (21:11 +0000)
mod/exercise/submissions.php

index d2f0af4090861c52714a074259a2831838e6a852..8673622e7b4be2a0ce11c24ca09952614d52904b 100644 (file)
@@ -47,7 +47,7 @@
 
     // ... print the header and...
     print_header_simple("$exercise->name", "",
-                 "$<A HREF=index.php?id=$course->id>$strexercises</A> -> 
+                 "<A HREF=index.php?id=$course->id>$strexercises</A> -> 
                   <A HREF=\"view.php?id=$cm->id\">$exercise->name</A> -> $strsubmissions", 
                   "", "", true);