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 {