mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-07 14:43:38 +00:00
Fix more issues.
This commit is contained in:
@@ -252,7 +252,8 @@ final class DebugController extends Controller
|
||||
echo '<h1>Routes</h1>';
|
||||
echo sprintf('<h2>%s</h2>', $count);
|
||||
foreach ($return as $name => $path) {
|
||||
echo sprintf('<a href="%1$s">%2$s</a><br>', $path, $name).PHP_EOL;
|
||||
echo sprintf('<a href="%1$s">%2$s</a><br>', $path, $name);
|
||||
echo PHP_EOL;
|
||||
++$count;
|
||||
if (0 === ($count % 10)) {
|
||||
echo '<hr>';
|
||||
|
||||
Reference in New Issue
Block a user