Code Standard: indent

2022.09-rc
Jonny Tischbein 2018-10-23 21:41:55 +02:00
rodzic b03050c339
commit ea36f85457
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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') {