diff --git a/forumlist.tgz b/forumlist.tgz
index 9288d147f..e617eb287 100644
Binary files a/forumlist.tgz and b/forumlist.tgz differ
diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php
index d570a60cf..3fc622dad 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["name"]."
";
+ $forumlist .= ' ' . $contact["name"]."
";
}
}
else {