X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=217be194c3642061fa15fc7b5085deac3fda3106;hb=eac78d6c63115a15ca659b0ef27ed76894777814;hp=f67fd29bb29d407441a83271bc43eb081396d979;hpb=63d844bf6eeb980092224af6b613ee9da31a31cc;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index f67fd29b..217be194 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -52,7 +52,7 @@ function meta_forward($forward_to, $params="") global $Ajax; echo "\n"; echo "

" . _("You should automatically be forwarded."); - echo " " . _("If this does not happen") . " " . "" . _("click here") . " " . _("to continue") . ".

\n"; + echo " " . _("If this does not happen") . " " . "" . _("click here") . " " . _("to continue") . ".

\n"; $Ajax->redirect($forward_to.'?'.$params); exit; } @@ -213,7 +213,7 @@ function div_end() if (count($ajax_divs)) { $div = array_pop($ajax_divs); - if ($div[1] !== null) + if ($div[1] !== null) $Ajax->addUpdate($div[1], $div[0], ob_get_flush()); echo ""; }