]> git.mjollnir.org Git - moodle.git/commitdiff
Removed align attribute. Related to MDL-7861.
authorvyshane <vyshane>
Mon, 8 Jan 2007 00:41:53 +0000 (00:41 +0000)
committervyshane <vyshane>
Mon, 8 Jan 2007 00:41:53 +0000 (00:41 +0000)
course/mod.php

index ef157f5a0ce53b61898bec453ed2a2384744d5ce..22beb9d9199f6e5cd70f578621b14da8ef700fcf 100644 (file)
             $defaultformat = FORMAT_MOODLE;
         }
 
-        $icon = '<img align="middle" height="16" width="16" src="'.$CFG->modpixpath.'/'.$module->name.'/icon.gif" alt="" style="vertical-align: middle;" />&nbsp;';
+        $icon = '<img height="16" width="16" src="'.$CFG->modpixpath.'/'.$module->name.'/icon.gif" alt="" style="vertical-align:middle;" />&nbsp;';
 
         print_heading_with_help($pageheading, "mods", $module->name, $icon);
         print_simple_box_start('center', '', '', 5, 'generalbox', $module->name);