diff options
author | Friendika <info@friendika.com> | 2011-02-28 02:56:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-28 02:56:46 -0800 |
commit | 3308a693201f13903ae3a229d48c920793815650 (patch) | |
tree | e3f6d06d3f1b5069b828326414ec0e34577ac76c /mod | |
parent | 6ea77889b334f3515bbaf9a9b76da845061a1e21 (diff) | |
download | volse-hubzilla-3308a693201f13903ae3a229d48c920793815650.tar.gz volse-hubzilla-3308a693201f13903ae3a229d48c920793815650.tar.bz2 volse-hubzilla-3308a693201f13903ae3a229d48c920793815650.zip |
increase visibility of group filter
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 68c9656e5..e50723ae7 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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)) |