mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Removed align attribute from img tag. Related to MDL-7861.
This commit is contained in:
parent
051aad681b
commit
2429e177a2
@ -274,7 +274,7 @@
|
||||
$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;" /> ';
|
||||
$icon = '<img height="16" width="16" src="'.$CFG->modpixpath.'/'.$module->name.'/icon.gif" alt="" style="vertical-align: middle;" /> ';
|
||||
|
||||
print_heading_with_help($pageheading, "mods", $module->name, $icon);
|
||||
$mform->display();
|
||||
|
Loading…
x
Reference in New Issue
Block a user