X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Farea.php;h=9b0d5e1181850517fd907a2ff17645b72f33d5e4;hb=bacdf10614c315868adfc94c597208d8c8256181;hp=8872a43308975cd3746d48931e909b5a2bd4f35c;hpb=8f4b11b9e481e72f4d74557c2109b623be0d2202;p=readifood.git diff --git a/lib/area.php b/lib/area.php index 8872a43..9b0d5e1 100644 --- a/lib/area.php +++ b/lib/area.php @@ -131,9 +131,9 @@ echo "Delivery days:"; if (check_admin(1)) { for ($i = 0; $i < count($week); $i++) { - echo " $week[$i]\n"; + echo ">\n"; } } else {