From: Iain Patterson Date: Mon, 13 May 2013 08:37:35 +0000 (-0400) Subject: Use formatting classes on all cities link. X-Git-Tag: 2013-05-13~19 X-Git-Url: http://git.iain.cx/?p=readifood.git;a=commitdiff_plain;h=5e3d7c056815eb5d231d4e6fdb7b82da4b677fb0 Use formatting classes on all cities link. The link to show all Cities behaves like a form so is given the same noprint and standout formatting classes. --- diff --git a/lib/city.php b/lib/city.php index 47cfc24..b901163 100644 --- a/lib/city.php +++ b/lib/city.php @@ -143,7 +143,4 @@ if (count($parameters)) echo "

Show all cities

\n"; show_new_city_form(); - # XXX: Format URL in branch case... - if (count($parameters)) - echo "

Show all cities

\n"; ?>