Browse Source

Fix indentation.

Mark Story 5 years ago
parent
commit
1c2e90c15e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/Error/missing_route.php

+ 1 - 1
templates/Error/missing_route.php

@@ -36,7 +36,7 @@ Add a matching route to <?= 'config' . DIRECTORY_SEPARATOR . 'routes.php' ?></p>
 <?php if (!empty($attributes['context'])): ?>
 <p>The passed context was:</p>
 <div class="cake-debug">
-<?= Debugger::exportVar($attributes['context']); ?>
+    <?= Debugger::exportVar($attributes['context']); ?>
 </div>
 <?php endif; ?>