fix line length

This commit is contained in:
Andreas Zweili 2017-03-07 20:21:05 +00:00
parent 4434566ca7
commit 390482daea
1 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,8 @@ function show_demand ()
echo "<strong>Minimum required pieces: </strong>" . $demand_rows->piecesMin;
echo "<br>
<br>";
echo "<strong>Desired Date of Delivery: </strong>" . $demand_rows->deliveryDate;
echo "<strong>Desired Date of Delivery: </strong>".
$demand_rows->deliveryDate;
echo "<br>
<br>";
echo "<strong>Desired Quality: </strong>" . $quality_rows->qualityName;