From 0387fa10c9730d0576c850ecfa14f596d65db6fd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:16:04 -0700 Subject: linkify the site url --- mod/pubsites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/pubsites.php b/mod/pubsites.php index 72a93c810..d226f5d9f 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -27,7 +27,7 @@ function pubsites_content(&$a) { if($j) { $o .= ''; foreach($j['sites'] as $jj) { - $o .= ''; + $o .= ''; } $o .= '
' . t('Site URL') . '' . t('Access Type') . '' . t('Registration Policy') . '
' . $jj['url'] . '' . $jj['access'] . '' . $jj['register'] . '
' . '' . $jj['url'] . '' . '' . $jj['access'] . '' . $jj['register'] . '
'; -- cgit v1.2.3