]> git.mxchange.org Git - friendica.git/commitdiff
Replaced spaces with tabs
authorMichael <heluecht@pirati.ca>
Fri, 7 Feb 2020 05:57:41 +0000 (05:57 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 7 Feb 2020 05:57:41 +0000 (05:57 +0000)
view/theme/frio/templates/wall_thread.tpl

index d5e20ae25c8e8e2b5b40e498b38b0e57c6c41bf2..d6c7f43a3e7c37b28995e49ba70f9915652266e4 100644 (file)
@@ -210,7 +210,7 @@ as the value of $top_child_total (this is done at the end of this file)
 
                <ul class="nav nav-pills preferences">
                        {{if $item.network_icon != ""}}
-                        <li><span class="wall-item-network"><i class="fa fa-{{$item.network_icon}}" title="{{$item.network_name}}" aria-hidden="true"></i></span></li>
+                       <li><span class="wall-item-network"><i class="fa fa-{{$item.network_icon}}" title="{{$item.network_name}}" aria-hidden="true"></i></span></li>
                        {{else}}
                        <li><span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span></li>
                        {{/if}}