From: vyshane Date: Mon, 8 Jan 2007 00:41:53 +0000 (+0000) Subject: Removed align attribute. Related to MDL-7861. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=50226569da2b121ee3012a7cbe266df3c185212c;p=moodle.git Removed align attribute. Related to MDL-7861. --- diff --git a/course/mod.php b/course/mod.php index ef157f5a0c..22beb9d919 100644 --- a/course/mod.php +++ b/course/mod.php @@ -695,7 +695,7 @@ $defaultformat = FORMAT_MOODLE; } - $icon = ' '; + $icon = ' '; print_heading_with_help($pageheading, "mods", $module->name, $icon); print_simple_box_start('center', '', '', 5, 'generalbox', $module->name);