From 390482daeaa13490759707bf9ee71a85163f9e9e Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 7 Mar 2017 20:21:05 +0000 Subject: [PATCH] fix line length --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;