X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=89c1181eb5dc0b33ad88a3d08be33ec76055c9c6;hb=1cf72a9c1a5e737509af79d49f0731da2eb6a218;hp=50cde4274d895000a27798b39e035039b744c8c4;hpb=7f104f6fe558bb56b4205241435a2357c2feece1;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index 50cde4274d..89c1181eb5 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -44,7 +44,7 @@ function ORDER_SELECT_OPTION_LIST($default) { foreach ($LIST as $item) { $selected = ""; if ($item == $default) $selected = " selected=\"selected\""; - $OUT .= "\n"; + $OUT .= "\n"; } // Return the output