X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=7d731525509af37f3f835a32ddf2d380ea5d99cf;hb=7792e42d75607b7e2dbaf73c318b8b7d9367dd17;hp=f3731a86078cb4dd143bf2e7c05e098717183faf;hpb=04e10a2fef964ee04596dc8d7672a6e55aa3987a;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index f3731a86..7d731525 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -19,6 +19,7 @@ function start_form($multi=false, $sid=false, $action="", $name="") echo "
\n"; else echo "\n"; + } //--------------------------------------------------------------------------------- @@ -27,6 +28,7 @@ function end_form($breaks=0) { if ($breaks) br($breaks); + echo "\n"; echo "
\n"; }