X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=b237889d745c2ee2fe69727375b1bbd884487fb3;hb=cc36638b65572da4867b7622723d6ed0135525b8;hp=22236cc430f38d7f168e2109e4b5cda88e792b8e;hpb=be42db53189e110726a0e737a1fe146bf0407c65;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 22236cc4..b237889d 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -142,7 +142,7 @@ function hyperlink_no_params($target, $label, $center=true) $target = $_SERVER['PHP_SELF']; if ($center) echo "
"; - echo "$pars[0]\n"; + echo "$pars[0]\n"; if ($center) echo "
"; } @@ -232,7 +232,7 @@ function hyperlink_params_separate($target, $label, $params, $center=false) $pars = access_string($label); if ($center) echo "
"; - echo "$pars[0]\n"; + echo "$pars[0]\n"; if ($center) echo "
"; }