diff options
author | friendica <info@friendica.com> | 2014-06-21 16:04:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-21 16:04:30 -0700 |
commit | a175c7dba7e6ceb3823cfb9de8d8b74355e9da57 (patch) | |
tree | ec1d59a324b2afc4bd9b03e7a7eda901addfc683 | |
parent | 5968bc7f8635b476834e7fb71d95800b9c152fdd (diff) | |
parent | 78fd4966384c33c5de0ffeb3a39be161cb7b7461 (diff) | |
download | volse-hubzilla-a175c7dba7e6ceb3823cfb9de8d8b74355e9da57.tar.gz volse-hubzilla-a175c7dba7e6ceb3823cfb9de8d8b74355e9da57.tar.bz2 volse-hubzilla-a175c7dba7e6ceb3823cfb9de8d8b74355e9da57.zip |
Merge https://github.com/friendica/red into pending_merge
-rwxr-xr-x | view/tpl/nav.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index dd3f67f45..fa51526d2 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -74,7 +74,7 @@ </li> <li class="{{$sel.home}} visible-xs"> <a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" ><i class="icon-home"></i></a> - <span class="home-update badge"rel="#nav-home-menu"></span> + <span class="home-update badge" rel="#nav-home-menu"></span> </li> {{/if}} @@ -173,5 +173,3 @@ </ul> </div> </div> - - |