From cbfba1c8c330651d563f03ba6e2b04ce48c79896 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Sun, 8 Aug 2021 12:08:40 -0700 Subject: [PATCH] Fixed menu --- maps/lib/MAPSWeb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 5425480..bea5eff 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -321,7 +321,7 @@ sub NavigationBar($) { (a {-href => '/maps/doc/'}, 'Help
'), (a {-href => '/maps/adm/'}, - 'MAPS
'), + 'Admin
'), (a {-href => '/maps/?logout=yes'}, 'Logout'), ); -- 2.17.1