diff --git a/view/templates/admin/federation.tpl b/view/templates/admin/federation.tpl
index cbd3a40a1e..70e3e9b06c 100644
--- a/view/templates/admin/federation.tpl
+++ b/view/templates/admin/federation.tpl
@@ -4,52 +4,52 @@
{{$title}} - {{$page}}
{{$intro}}
{{if not $autoactive}}
- {{$hint}}
+ {{$hint}}
{{/if}}
{{$legendtext}}
{{foreach $counts as $c}}
- {{if $c[0]['total'] > 0}}
- - {{$c[0]['platform']}} ({{$c[0]['total']}}/{{$c[0]['users']}})
- {{/if}}
+ {{if $c[0]['total'] > 0}}
+ - {{$c[0]['platform']}} ({{$c[0]['total']}}/{{$c[0]['users']}})
+ {{/if}}
{{/foreach}}
@@ -57,52 +57,52 @@ var myDoughnutChart = new Chart(ctx, {
{{foreach $counts as $c}}
{{if $c[0]['total'] > 0}}
- {{$c[0]['platform']}} |
- {{$c[0]['total']}}
- | {{$c[0]['network']}} |
+ {{$c[0]['platform']}} |
+ {{$c[0]['total']}}
+ | {{$c[0]['network']}} |
{{foreach $c[1] as $v}}
- - {{if ($c[0]['platform']==='Friendica' and $version===$v['version']) }}{{$v['version']}}{{else}}{{$v['version']}}{{/if}} ({{$v['total']}})
+ - {{if ($c[0]['platform']==='Friendica' and $version===$v['version']) }}{{$v['version']}}{{else}}{{$v['version']}}{{/if}} ({{$v['total']}})
{{/foreach}}
|