From fd6abcc87ab2d0ce92cdea2faea3c814949b05ab Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 7 Mar 2006 17:38:02 +0000 Subject: [PATCH] Accessibility: fixed bug, duplicate call to blocks_print_group. --- course/format/weekscss/format.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 333ff859de8..6ab3f1e13d4 100644 --- a/course/format/weekscss/format.php +++ b/course/format/weekscss/format.php @@ -18,8 +18,8 @@ * http://www.maxdesign.com.au/presentation/em/ Ideal length for content. * http://www.svendtofte.com/code/max_width_in_ie/ Max width in IE. * - * @copyright © 2006 The Open University - * @author N.D.Freear@open.ac.uk + * @copyright © 2006 The Open University + * @author N.D.Freear@open.ac.uk, and others. * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package */ @@ -87,7 +87,7 @@ if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { ///echo ''; - echo '
'; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); + echo '
'; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo '
'; ///echo ''; @@ -143,6 +143,7 @@ echo ''; echo ' '; echo ''; + //TODO (nfreear): Accessibility: how to get rid of the 'separator' row?? echo ''; } @@ -263,6 +264,7 @@ } echo ''; + //TODO (nfreear): Accessibility: how to get rid of the 'separator' row?? echo ''; }