From 2429e177a220e0f0f44e9aeb25d49fb2718818fd Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 8 Jan 2007 01:27:22 +0000 Subject: [PATCH] Removed align attribute from img tag. Related to MDL-7861. --- course/modedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/modedit.php b/course/modedit.php index c1955f0537b..98965a39545 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();