X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fdelivery.php;fp=lib%2Fdelivery.php;h=006112c4a7b17cbbec196fffdc6064324b328b39;hb=76ecd6d95520243c1789c330fe51f59cc911c74d;hp=6d7643bcd06f3a4d2b8d47a0eadc4188df8598ae;hpb=26341dfbe99a6109175181170e6ea56cb65cf502;p=readifood.git diff --git a/lib/delivery.php b/lib/delivery.php index 6d7643b..006112c 100644 --- a/lib/delivery.php +++ b/lib/delivery.php @@ -122,15 +122,15 @@ } if ($count > 1) { - echo "
\n"; echo "

Drag delivery details to reorder the schedule.

\n"; + echo "
\n"; } foreach ($orders as $order) { $contact = get_contact_by_id($order->getBeneficiaryId()); if (! $contact) continue; - echo "\n"; + echo "
"; $phones = array(); $area = get_contact_area($contact); @@ -169,7 +169,7 @@ } echo "
\n"; - echo "\n\n"; + echo "
\n\n"; } if ($count > 1) echo "
\n";