From 5c14c3f88cbdf81534508d046c76b1d1a361559b Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 13 Jun 2010 18:31:55 +0000 Subject: [PATCH] Fixed small layout bug in tabs widget. --- includes/ui/ui_controls.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index c24622b2..54315e2c 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -412,8 +412,8 @@ function tabbed_content_start($name, $tabs, $dft='') { } function tabbed_content_end() { - div_end(); - div_end(); + echo ""; // content box (don't change to div_end() unless div_start() is used above) + div_end(); // tabs widget } /* Table editor interfaces. Key is editor type -- 2.30.2