From: vyshane Date: Mon, 8 Jan 2007 01:27:22 +0000 (+0000) Subject: Removed align attribute from img tag. Related to MDL-7861. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2429e177a220e0f0f44e9aeb25d49fb2718818fd;p=moodle.git Removed align attribute from img tag. Related to MDL-7861. --- diff --git a/course/modedit.php b/course/modedit.php index c1955f0537..98965a3954 100644 --- a/course/modedit.php +++ b/course/modedit.php @@ -274,7 +274,7 @@ $currenttab = 'update'; include_once($CFG->dirroot.'/'.$CFG->admin.'/roles/tabs.php'); } - $icon = ' '; + $icon = ' '; print_heading_with_help($pageheading, "mods", $module->name, $icon); $mform->display();