mirror of
https://github.com/friendica/friendica
synced 2024-11-18 05:43:42 +00:00
Code Standard: indent
This commit is contained in:
parent
b03050c339
commit
ea36f85457
1 changed files with 2 additions and 2 deletions
|
@ -1419,8 +1419,8 @@ function photos_content(App $a)
|
||||||
// parse tags and add links
|
// parse tags and add links
|
||||||
$tag_arr = [];
|
$tag_arr = [];
|
||||||
foreach ($arr as $tag) {
|
foreach ($arr as $tag) {
|
||||||
array_push($tag_arr, ['name' => BBCode::convert($tag),
|
array_push($tag_arr, ['name' => BBCode::convert($tag),
|
||||||
'removeurl' => '/tagrm/'.$link_item['id'] . '/' . bin2hex($tag)]);
|
'removeurl' => '/tagrm/'.$link_item['id'] . '/' . bin2hex($tag)]);
|
||||||
}
|
}
|
||||||
$tags = ['title' => L10n::t('Tags: '), 'tags' => $tag_arr];
|
$tags = ['title' => L10n::t('Tags: '), 'tags' => $tag_arr];
|
||||||
if ($cmd === 'edit') {
|
if ($cmd === 'edit') {
|
||||||
|
|
Loading…
Reference in a new issue