aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-18 16:31:12 -0700
committerredmatrix <git@macgirvin.com>2016-05-18 16:31:12 -0700
commit166d63ff608c94152ce7213472fac6a2b61fa913 (patch)
treec6d321632ca5f4972e9dae283a785b0c7860b3e1 /Zotlabs/Module
parentd38851023ec5bac78ece9469c758851e97e01285 (diff)
downloadvolse-hubzilla-166d63ff608c94152ce7213472fac6a2b61fa913.tar.gz
volse-hubzilla-166d63ff608c94152ce7213472fac6a2b61fa913.tar.bz2
volse-hubzilla-166d63ff608c94152ce7213472fac6a2b61fa913.zip
missing close tag
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Pubsites.php2
1 files changed, 1 insertions, 1 deletions
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 = '<br />&nbsp;';
}
$urltext = str_replace(array('https://'), '', $jj['url']);
- $o .= '<tr><td><a href="'. (($jj['sellpage']) ? $jj['sellpage'] : $jj['url'] . '/register' ) . '" ><i class="fa fa-link"></i> ' . $urltext . '</a>' . $location . '</td><td>' . $jj['access'] . '</td><td>' . $jj['register'] . '</td><td' . ucwords($jj['project']) . '</td><td><a href="ratings/' . $host . '" class="btn-btn-default"><i class="fa fa-eye"></i> ' . t('View') . '</a></td>' . $rate_links . '</tr>';
+ $o .= '<tr><td><a href="'. (($jj['sellpage']) ? $jj['sellpage'] : $jj['url'] . '/register' ) . '" ><i class="fa fa-link"></i> ' . $urltext . '</a>' . $location . '</td><td>' . $jj['access'] . '</td><td>' . $jj['register'] . '</td><td>' . ucwords($jj['project']) . '</td><td><a href="ratings/' . $host . '" class="btn-btn-default"><i class="fa fa-eye"></i> ' . t('View') . '</a></td>' . $rate_links . '</tr>';
}
}