From: lhm-gosa Date: Wed, 17 Mar 2010 17:48:25 +0000 (+0000) Subject: Fix: Close all table tags X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=58c1b6909fe4a83be08f5401d563380e08dac827 Fix: Close all table tags git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@16905 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc b/trunk/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc index fc8e17cad..387fccf1e 100644 --- a/trunk/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc +++ b/trunk/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc @@ -475,8 +475,8 @@ class EventTargetAddList extends MultiSelectWindow foreach($textcheckbox['regexes'] as $regex) { $special_filter .= $this->GetRegex($regex, FALSE); } + $special_filter .= ""; } - $special_filter .= ""; $smarty->assign("special_filters" , $special_filter); $display = $smarty->fetch(get_template_path('EventTargetAddList.tpl', TRUE, dirname(__FILE__))); return($display);