diff --git a/functions.php b/functions.php index a90a956..d0305d9 100644 --- a/functions.php +++ b/functions.php @@ -244,7 +244,8 @@ function show_demand () echo "Minimum required pieces: " . $demand_rows->piecesMin; echo "

"; - echo "Desired Date of Delivery: " . $demand_rows->deliveryDate; + echo "Desired Date of Delivery: ". + $demand_rows->deliveryDate; echo "

"; echo "Desired Quality: " . $quality_rows->qualityName;