Revert order highlighting.
[readifood.git] / lib / delivery.php
index 574094a..aa3c3b0 100644 (file)
       echo "<p class=\"noprint\">Drag delivery details to reorder the schedule.</p>\n";
       echo "<div class=\"sortable\">\n";
     }
-          else echo "<h4>1 order</h4>";
+    else echo "<h4>1 order</h4>";
 
     foreach ($orders as $order) {
       $contact = get_contact_by_id($order->getBeneficiaryId());