From: Jonny Tischbein Date: Thu, 27 Sep 2018 17:00:24 +0000 (+0200) Subject: fix indent X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16d37acca178f8e6e49484194516a5762e3f77b0;p=friendica.git fix indent --- diff --git a/view/theme/frio/templates/admin/summary.tpl b/view/theme/frio/templates/admin/summary.tpl index 6cdcb65929..ff70a0c7cb 100644 --- a/view/theme/frio/templates/admin/summary.tpl +++ b/view/theme/frio/templates/admin/summary.tpl @@ -64,13 +64,13 @@
{{$php.0}}
- - - {{foreach $php.1 as $k => $p}} - - {{/foreach}} - -
ConfigurationValue
{{$k}}{{$p}}
+ ConfigurationValue + + {{foreach $php.1 as $k => $p}} + {{$k}}{{$p}} + {{/foreach}} + +