From: friendica Date: Thu, 27 Sep 2012 09:48:52 +0000 (-0700) Subject: theming stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=407c5311a8ffe6dc4f2af5092bab10feb3ddc821;p=friendica-addons.git theming stuff --- diff --git a/forumlist.tgz b/forumlist.tgz index 9288d147..e617eb28 100644 Binary files a/forumlist.tgz and b/forumlist.tgz differ diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index d570a60c..3fc622da 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -65,7 +65,7 @@ function forumlist_network_mod_init($a,$b) { if(count($contacts)) { foreach($contacts as $contact) { - $forumlist .= '' . $contact['url'] . ' ' . $contact["name"]."
"; + $forumlist .= '' . $contact['url'] . ' ' . $contact["name"]."
"; } } else {