diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-18 14:58:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-18 14:58:29 +0100 |
commit | 08a8f195e749a120642f6c486c1dad62a73924d1 (patch) | |
tree | d8f2077dd2a9bf459d6f0561c8c124f874e3eb0e /view/tpl | |
parent | fe960d7c28e89240902293ba064d452b92d7d27a (diff) | |
download | volse-hubzilla-08a8f195e749a120642f6c486c1dad62a73924d1.tar.gz volse-hubzilla-08a8f195e749a120642f6c486c1dad62a73924d1.tar.bz2 volse-hubzilla-08a8f195e749a120642f6c486c1dad62a73924d1.zip |
do not use text-muted class for $sitelocation
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index c4f5af1dc..2c9570938 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -64,7 +64,7 @@ <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate"> {{$sel.name}} {{if $sitelocation}} - <br><small class="text-muted">{{$sitelocation}}</small> + <br><small>{{$sitelocation}}</small> {{/if}} </a> </div> |