]> git.mxchange.org Git - friendica.git/commitdiff
increase visibility of group filter
authorFriendika <info@friendika.com>
Mon, 28 Feb 2011 10:56:46 +0000 (02:56 -0800)
committerFriendika <info@friendika.com>
Mon, 28 Feb 2011 10:56:46 +0000 (02:56 -0800)
mod/network.php

index 68c9656e50504686d82ebb32f6fff35fb85ba1b2..e50723ae72fe74f9af223e6eb7861bae430de2d3 100644 (file)
@@ -150,7 +150,7 @@ function network_content(&$a, $update = 0) {
                }
 
                $sql_extra = " AND `item`.`parent` IN ( SELECT `parent` FROM `item` WHERE `id` = `parent` AND `contact-id` IN ( $contact_str )) ";
-               $o = '<h4>' . t('Group: ') . $r[0]['name'] . '</h4>' . $o;
+               $o = '<h2>' . t('Group: ') . $r[0]['name'] . '</h2>' . $o;
        }
 
        if((! $group) && (! $update))