From 898151a77b491bb8b453a30ef73410c121190cbf Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 26 Jan 2007 20:53:35 +0000 Subject: [PATCH] another short php opentags problem --- phpgwapi/templates/idots/sidebox_dhtml.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/sidebox_dhtml.tpl.php b/phpgwapi/templates/idots/sidebox_dhtml.tpl.php index 341e20e8d2..36bce9d05f 100644 --- a/phpgwapi/templates/idots/sidebox_dhtml.tpl.php +++ b/phpgwapi/templates/idots/sidebox_dhtml.tpl.php @@ -15,7 +15,7 @@ $GLOBALS['egw_info']['flags']['wz_dragdrop_runonce_SET_DHTML'] = true; { if (dd.obj == rt) { - mainbox.resizeTo(rt.x-rtxstart+sideboxwidth?>, mainbox.h); + mainbox.resizeTo(rt.x-rtxstart+sideboxwidth?>, mainbox.h); } }