From 5e3d7c056815eb5d231d4e6fdb7b82da4b677fb0 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 13 May 2013 04:37:35 -0400 Subject: [PATCH] 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. --- lib/city.php | 3 --- 1 file changed, 3 deletions(-) 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"; ?> -- 2.7.4