fix some HTML violations in frio

This commit is contained in:
rabuzarus 2017-10-20 15:21:42 +02:00
commit f2d51737eb
45 changed files with 221 additions and 218 deletions

View file

@ -871,7 +871,7 @@ function contacts_tab($a, $contact_id, $active_tab) {
'url' => "contacts/".$contact_id,
'sel' => (($active_tab == 2)?'active':''),
'title' => t('Profile Details'),
'id' => 'status-tab',
'id' => 'profile-tab',
'accesskey' => 'o',
)
);