diff --git a/mod/pubsites.php b/mod/pubsites.php index e20db2ce5..dc6b09d9b 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -24,7 +24,7 @@ function pubsites_content(&$a) { if($ret['success']) { $j = json_decode($ret['body'],true); if($j) { - $o .= ''; + $o .= '
' . t('Hub URL') . '' . t('Access Type') . ' / ' . '
' . t('Registration Policy') . '
' . t('Project') . '' . t('Ratings') . '
'; if($j['sites']) { foreach($j['sites'] as $jj) { if($jj['project'] !== Zotlabs\Project\System::get_platform_name()) @@ -39,7 +39,7 @@ function pubsites_content(&$a) { $location = '
 '; } $urltext = str_replace(array('https://'), '', $jj['url']); - $o .= '' . $rate_links . ''; + $o .= '' . $rate_links . ''; } }
' . t('Hub URL') . '' . t('Access Type') . '' . t('Registration Policy') . '' . t('Ratings') . '
' . $urltext . '' . $location . '' . $jj['access'] . ' / ' . $jj['register'] . '' . $jj['project'] . ' ' . t('View') . '
' . $urltext . '' . $location . '' . $jj['access'] . '' . $jj['register'] . ' ' . t('View') . '