]> git.mxchange.org Git - friendica.git/commitdiff
Code Standard: indent
authorJonny Tischbein <jonny_tischbein@systemli.org>
Tue, 23 Oct 2018 19:41:55 +0000 (21:41 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 25 Oct 2018 19:47:10 +0000 (21:47 +0200)
mod/photos.php

index d1bb1af8316376f30492138099b32fd064f471f8..d50dc6fec81c6451cfa16ff6185ba5107fa3ee34 100644 (file)
@@ -1419,8 +1419,8 @@ function photos_content(App $a)
                        // parse tags and add links
                        $tag_arr = [];
                        foreach ($arr as $tag) {
-                               array_push($tag_arr, ['name' => BBCode::convert($tag),
-                   'removeurl' => '/tagrm/'.$link_item['id'] . '/' . bin2hex($tag)]);
+                               array_push($tag_arr, ['name' => BBCode::convert($tag), 
+                                       'removeurl' => '/tagrm/'.$link_item['id'] . '/' . bin2hex($tag)]);
                        }
                        $tags = ['title' => L10n::t('Tags: '), 'tags' => $tag_arr];
                        if ($cmd === 'edit') {