several little nits in the hcard template output which could affect parsers

This commit is contained in:
friendica 2011-11-12 12:28:21 -08:00
parent 9ec4f6e0c9
commit 02b11c5d59
4 changed files with 7 additions and 4 deletions

View file

@ -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';
}