From 7d380570df62b3f90daf197a1044d45e073c97a7 Mon Sep 17 00:00:00 2001 From: Treer Date: Sun, 1 May 2016 04:13:30 +1000 Subject: update icon names in Zotlabs/ --- Zotlabs/Module/Pubsites.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Zotlabs/Module/Pubsites.php') diff --git a/Zotlabs/Module/Pubsites.php b/Zotlabs/Module/Pubsites.php index 559c8f2f1..9313a3c5a 100644 --- a/Zotlabs/Module/Pubsites.php +++ b/Zotlabs/Module/Pubsites.php @@ -34,16 +34,16 @@ class Pubsites extends \Zotlabs\Web\Controller { if($jj['project'] !== \Zotlabs\Project\System::get_platform_name()) continue; $host = strtolower(substr($jj['url'],strpos($jj['url'],'://')+3)); - $rate_links = ((local_channel()) ? ' ' . t('Rate') . '' : ''); + $rate_links = ((local_channel()) ? ' ' . t('Rate') . '' : ''); $location = ''; if(!empty($jj['location'])) { - $location = '

' . $jj['location'] . '

'; + $location = '

' . $jj['location'] . '

'; } else { $location = '
 '; } $urltext = str_replace(array('https://'), '', $jj['url']); - $o .= ' ' . $urltext . '' . $location . '' . $jj['access'] . '' . $jj['register'] . ' ' . t('View') . '' . $rate_links . ''; + $o .= ' ' . $urltext . '' . $location . '' . $jj['access'] . '' . $jj['register'] . ' ' . t('View') . '' . $rate_links . ''; } } -- cgit v1.2.3