Skip to content

Commit 0042d8e

Browse files
authored
Fix PSR
1 parent 9c0ac01 commit 0042d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/controller/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ public function base()
154154

155155
$alphabet = range('a', 'z');
156156
$alpha_links = [];
157-
foreach ($alphabet as $char) {
157+
foreach ($alphabet as $char)
158+
{
158159
$alpha_links[] = '<a href="' . append_sid($this->helper->route('phpbbgallery_core_personal'), 'first_char=' . $char) . '">' . strtoupper($char) . '</a>';
159160
}
160161
$alpha_links[] = '<a href="' . append_sid($this->helper->route('phpbbgallery_core_personal'), 'first_char=other') . '">#</a>';

0 commit comments

Comments
 (0)