From: moodler Date: Thu, 4 Jan 2007 15:52:11 +0000 (+0000) Subject: XHTML Strict fixes MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd792a758f701097255ba69cd0fdf1dcaaff1c75;p=moodle.git XHTML Strict fixes MDL-7861 --- diff --git a/course/format/lams/format.php b/course/format/lams/format.php index c312c9dac8..056003be8f 100644 --- a/course/format/lams/format.php +++ b/course/format/lams/format.php @@ -65,7 +65,7 @@ echo ''; /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; } @@ -331,7 +331,7 @@ echo ''; // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; } diff --git a/course/format/scorm/format.php b/course/format/scorm/format.php index 2ca446d564..64ae5afe47 100644 --- a/course/format/scorm/format.php +++ b/course/format/scorm/format.php @@ -25,7 +25,7 @@ echo ''; if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; } @@ -41,7 +41,7 @@ // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; } diff --git a/course/format/social/format.php b/course/format/social/format.php index f97c50347e..f917e08e65 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -23,7 +23,7 @@ echo ''; if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; } @@ -51,7 +51,7 @@ // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; } diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 6862b00974..92616da7be 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -70,7 +70,7 @@ /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; } @@ -263,7 +263,7 @@ // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; } diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index b6b3657c05..112fc1f9e0 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -56,7 +56,7 @@ /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; } @@ -260,7 +260,7 @@ // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; }
'; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo '
'; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo '
'; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo '