From df31835a44d93fe47ceddd293aad3cfed61a2f55 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 24 Jan 2012 13:12:25 +0100 Subject: [PATCH] MDL-31189 whitespace fixes --- theme/sky_high/layout/frontpage.php | 68 ++++++++++++------------ theme/sky_high/layout/general.php | 82 ++++++++++++++--------------- 2 files changed, 72 insertions(+), 78 deletions(-) diff --git a/theme/sky_high/layout/frontpage.php b/theme/sky_high/layout/frontpage.php index eced8e3dab6..5f2d4600bda 100644 --- a/theme/sky_high/layout/frontpage.php +++ b/theme/sky_high/layout/frontpage.php @@ -18,7 +18,7 @@ if ($showsidepre && !$showsidepost) { $bodyclasses[] = 'content-only'; } if ($hassidepre || $hassidepost) { - $bodyclasses[] = 'background'; + $bodyclasses[] = 'background'; } if (!empty($PAGE->theme->settings->logo)) { @@ -45,29 +45,28 @@ echo $OUTPUT->doctype() ?> standard_top_of_body_html() ?>
-
+
@@ -119,26 +118,25 @@ echo $OUTPUT->doctype() ?> - @@ -147,4 +145,4 @@ echo $OUTPUT->doctype() ?> standard_end_of_body_html() ?> - \ No newline at end of file + diff --git a/theme/sky_high/layout/general.php b/theme/sky_high/layout/general.php index ff182479f9e..d99c4d51030 100644 --- a/theme/sky_high/layout/general.php +++ b/theme/sky_high/layout/general.php @@ -19,7 +19,7 @@ if ($showsidepre && !$showsidepost) { $bodyclasses[] = 'content-only'; } if ($hassidepre || $hassidepost) { - $bodyclasses[] = 'background'; + $bodyclasses[] = 'background'; } if (!empty($PAGE->theme->settings->logo)) { @@ -46,31 +46,30 @@ echo $OUTPUT->doctype() ?> standard_top_of_body_html() ?>
-
+
@@ -80,14 +79,11 @@ echo $OUTPUT->doctype() ?>
- - - + + + + +
@@ -130,27 +126,27 @@ echo $OUTPUT->doctype() ?> - - + -- 2.43.0