From 774b7e8e75d0fb0a9b22cd3b2b8abddcc237c6fa Mon Sep 17 00:00:00 2001 From: poltawski Date: Thu, 27 Dec 2007 15:40:32 +0000 Subject: [PATCH] MDL-12209 - fix css errors, merged from MOODLE_19_STABLE --- theme/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/index.php b/theme/index.php index d38dc6f436a..59446846b80 100644 --- a/theme/index.php +++ b/theme/index.php @@ -107,15 +107,15 @@ } if ($CFG->theme == $theme) { - echo "\t\t" . ''."\n"; + echo "\t\t" . ''."\n"; } else { echo "\t\t" . ''."\n"; } if (isset($THEME->sheets)) { - echo "\t\t\t" . '

'.$theme.'

'."\n"; + echo "\t\t\t" . '

'.$theme.'

'."\n"; } else { - echo "\t\t\t" . '

'.$theme.' (Moodle 1.4)

'."\n"; + echo "\t\t\t" . '

'.$theme.' (Moodle 1.4)

'."\n"; } if ($screenshot or $readme) {