]> git.mjollnir.org Git - moodle.git/commitdiff
Removed align attribute from img tag. Related to MDL-7861.
authorvyshane <vyshane>
Mon, 8 Jan 2007 01:27:22 +0000 (01:27 +0000)
committervyshane <vyshane>
Mon, 8 Jan 2007 01:27:22 +0000 (01:27 +0000)
course/modedit.php

index c1955f0537b0852ec4f83f5c4d8b9f3d3adc0d32..98965a395458af3ec5d3dffc63b580292820a3de 100644 (file)
             $currenttab = 'update';
             include_once($CFG->dirroot.'/'.$CFG->admin.'/roles/tabs.php');
         }
-        $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);
         $mform->display();