We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0ac01 commit 0042d8eCopy full SHA for 0042d8e
core/controller/index.php
@@ -154,7 +154,8 @@ public function base()
154
155
$alphabet = range('a', 'z');
156
$alpha_links = [];
157
- foreach ($alphabet as $char) {
+ foreach ($alphabet as $char)
158
+ {
159
$alpha_links[] = '<a href="' . append_sid($this->helper->route('phpbbgallery_core_personal'), 'first_char=' . $char) . '">' . strtoupper($char) . '</a>';
160
}
161
$alpha_links[] = '<a href="' . append_sid($this->helper->route('phpbbgallery_core_personal'), 'first_char=other') . '">#</a>';
0 commit comments