summaryrefslogtreecommitdiff
path: root/core/views/admin_maintenance.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_maintenance.html.php')
-rw-r--r--core/views/admin_maintenance.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php
index fd5f7a58..b893ed0d 100644
--- a/core/views/admin_maintenance.html.php
+++ b/core/views/admin_maintenance.html.php
@@ -19,7 +19,7 @@
<?= t("Action") ?>
</th>
</tr>
- <? foreach ($task_definitions as $task) ?>
+ <? foreach ($task_definitions as $task): ?>
<tr class="<?= log::severity_class($task->severity) ?>">
<td>
<?= $task->name ?>
@@ -34,6 +34,7 @@
</a>
</td>
</tr>
+ <? endforeach ?>
</table>
</div>