From 50226569da2b121ee3012a7cbe266df3c185212c Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 8 Jan 2007 00:41:53 +0000 Subject: [PATCH] Removed align attribute. Related to MDL-7861. --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5