From: moodler Date: Wed, 10 Jan 2007 08:36:54 +0000 (+0000) Subject: Whoops fixed some typos :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=375539197e2d336fc2abe7e32b1a408358076962;p=moodle.git Whoops fixed some typos :-) --- diff --git a/lib/weblib.php b/lib/weblib.php index 84b71fbc4d..83c664a5c5 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3909,7 +3909,7 @@ function update_mymoodle_icon() { return "
frametarget method=\"get\" action=\"$CFG->wwwroot/my/index.php\">". "
". "". - ""; + "
"; } /** @@ -3958,11 +3958,11 @@ function update_category_button($categoryid) { } return "
frametarget method=\"get\" action=\"$CFG->wwwroot/course/category.php\">". - ''. + '
'. "". "". "sesskey\" />". - ""; + "
"; } } @@ -3986,10 +3986,10 @@ function update_categories_button() { } return "
frametarget method=\"get\" action=\"$CFG->wwwroot/course/index.php\">". - ''. + '
'. ''. ''. - ''; + '
'; } } @@ -4013,13 +4013,13 @@ function update_categories_search_button($search,$page,$perpage) { } return "
frametarget method=\"get\" action=\"$CFG->wwwroot/course/search.php\">". - ''. + '
'. "". "sesskey\" />". "". "". "". - ""; + "
"; } } @@ -4039,11 +4039,11 @@ function update_group_button($courseid, $groupid) { $string = get_string('editgroupprofile'); return "
frametarget method=\"get\" action=\"$CFG->wwwroot/course/group.php\">". - ''. + '
'. ''. ''. ''. - ''; + '
'; } } @@ -4069,10 +4069,10 @@ function update_groups_button($courseid) { } return "
frametarget method=\"get\" action=\"$CFG->wwwroot/course/groups.php\">". - ''. + '
'. "". "". - ""; + "
"; } }