From 02b11c5d59a3fda8d7c8092dbcb9c782230c1d55 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Nov 2011 12:28:21 -0800 Subject: several little nits in the hcard template output which could affect parsers --- include/nav.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index f7165fd0d..4c75a495b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -180,9 +180,11 @@ function nav_set_selected($item){ 'introductions' => null, 'notifications' => null, 'messages' => null, - 'directory' => null, + 'directory' => null, 'settings' => null, 'contacts' => null, + 'manage' => null, + 'register' => null, ); $a->nav_sel[$item] = 'selected'; } -- cgit v1.2.3