correct a tiny syntax error

there was a space missing between two values
This commit is contained in:
Klaus 2014-06-22 00:58:53 +02:00
parent 525daa7475
commit 78fd496638

View file

@ -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>