diff options
author | friendica <info@friendica.com> | 2015-03-09 16:28:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-09 16:28:06 -0700 |
commit | 972780c3ce1ffa0e70a72a167b9088c937a07d84 (patch) | |
tree | e8f5a16449e3e9bb027ceee3d318ed858dfa85b6 /include/nav.php | |
parent | 26a414fe4b3ab4b1d995233f0402532ad41eaeb7 (diff) | |
download | volse-hubzilla-972780c3ce1ffa0e70a72a167b9088c937a07d84.tar.gz volse-hubzilla-972780c3ce1ffa0e70a72a167b9088c937a07d84.tar.bz2 volse-hubzilla-972780c3ce1ffa0e70a72a167b9088c937a07d84.zip |
whitespace
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index f8a112592..1134d1b48 100644 --- a/include/nav.php +++ b/include/nav.php @@ -177,8 +177,7 @@ EOT; if(local_channel()) { - $nav['network'] = array('network', - t('Matrix'), "", t('Your matrix'),'network_nav_btn'); + $nav['network'] = array('network', t('Matrix'), "", t('Your matrix'),'network_nav_btn'); $nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '',''); $nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'),'home_nav_btn'); |