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 .= '
' . t('Hub URL') . ' | ' . t('Access Type') . ' / ' . ' ' . t('Registration Policy') . ' | ' . t('Project') . ' | ' . t('Ratings') . ' |
' . t('Hub URL') . ' | ' . t('Access Type') . ' | ' . t('Registration Policy') . ' | ' . t('Ratings') . ' | |
' . $urltext . '' . $location . ' | ' . $jj['access'] . ' / ' . $jj['register'] . ' | ' . $jj['project'] . ' | ' . t('View') . ' | ' . $rate_links . '|
' . $urltext . '' . $location . ' | ' . $jj['access'] . ' | ' . $jj['register'] . ' | ' . t('View') . ' | ' . $rate_links . '