aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorKlaus <Klaus.Weidenbach@gmx.net>2014-06-22 00:58:53 +0200
committerKlaus <Klaus.Weidenbach@gmx.net>2014-06-22 00:58:53 +0200
commit78fd4966384c33c5de0ffeb3a39be161cb7b7461 (patch)
tree06976d2404e0d889ee0a7f7358cf313574bcdc46 /view/tpl/nav.tpl
parent525daa7475f219f51258dcdb5ed634e7112020de (diff)
downloadvolse-hubzilla-78fd4966384c33c5de0ffeb3a39be161cb7b7461.tar.gz
volse-hubzilla-78fd4966384c33c5de0ffeb3a39be161cb7b7461.tar.bz2
volse-hubzilla-78fd4966384c33c5de0ffeb3a39be161cb7b7461.zip
correct a tiny syntax error
there was a space missing between two values
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl4
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>
-
-