From 8986786c607d623d0dde4286554927fbf6590865 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 9 May 2007 15:44:50 +0000 Subject: [PATCH] added clearfix to middle-column wrapper div against collapsing --- my/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my/index.php b/my/index.php index 4fc28fa798..3a44fbb23f 100644 --- a/my/index.php +++ b/my/index.php @@ -57,7 +57,7 @@ } echo ''; - if (!empty($THEME->customcorners)) print_custom_corners_start(); + if (!empty($THEME->customcorners)) print_custom_corners_start(TRUE); /// The main overview in the middle of the page -- 2.39.5