From a067e30df56a15f295104850127c5a0a7e878c30 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 6 Aug 2007 05:49:49 +0000 Subject: [PATCH] MDL-9775 Reverting Urs' dot, so that martin can play around with this issue. --- lib/custom_corners_lib.php | 4 ++-- lib/weblib.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/custom_corners_lib.php b/lib/custom_corners_lib.php index 63e9cedd7d..5c88c12d13 100755 --- a/lib/custom_corners_lib.php +++ b/lib/custom_corners_lib.php @@ -17,7 +17,7 @@ */ function print_custom_corners_start($clearfix=false, $return=false) { $output = '
'."\n"; - $output .= '
.
'; + $output .= '
 
'; $output .= "\n"; $output .= '
'; $output .= (!empty($clearfix)) ? '
' : '
'; @@ -38,7 +38,7 @@ function print_custom_corners_start($clearfix=false, $return=false) { function print_custom_corners_end($return=false) { $output = '
'; $output .= "\n"; - $output .= '
.
'."\n"; + $output .= '
 
'."\n"; $output .= '
'; if ($return) { diff --git a/lib/weblib.php b/lib/weblib.php index 5370302eb7..b0f15f83aa 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -5874,7 +5874,7 @@ function print_side_block_start($heading='', $attributes = array()) { // echo '
'.$heading.'
'; echo '
'; if (!empty($THEME->customcorners)) { - echo '
.
'; + echo '
 
'; echo '
'; echo '
'; } @@ -5885,7 +5885,7 @@ function print_side_block_start($heading='', $attributes = array()) { echo '
'; } else { if (!empty($THEME->customcorners)) { - echo '
.
'; + echo '
 
'; } } -- 2.39.5