mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
several little nits in the hcard template output which could affect parsers
This commit is contained in:
parent
9ec4f6e0c9
commit
02b11c5d59
4 changed files with 7 additions and 4 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue