From 166d63ff608c94152ce7213472fac6a2b61fa913 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 18 May 2016 16:31:12 -0700 Subject: missing close tag --- Zotlabs/Module/Pubsites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Pubsites.php b/Zotlabs/Module/Pubsites.php index a1d91f53d..55f2c0ad6 100644 --- a/Zotlabs/Module/Pubsites.php +++ b/Zotlabs/Module/Pubsites.php @@ -43,7 +43,7 @@ class Pubsites extends \Zotlabs\Web\Controller { $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'] . '' . ucwords($jj['project']) . ' ' . t('View') . '' . $rate_links . ''; } } -- cgit v1.2.3