Skip to content

Commit 5f6eac4

Browse files
committed
Fixing style errors.
1 parent 7db71cf commit 5f6eac4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/element/cache_panel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</tr>
3131
</thead>
3232
<tbody>
33-
<?php foreach ($metrics as $name => $values): ?>
33+
<?php foreach ($metrics as $name => $values) : ?>
3434
<tr>
3535
<td><?= h($name) ?></td>
3636
<td class="right-text">
@@ -58,7 +58,7 @@ class="btn-primary clear-cache"
5858
</tr>
5959
</thead>
6060
<tbody>
61-
<?php foreach ($metrics as $name => $counters): ?>
61+
<?php foreach ($metrics as $name => $counters) : ?>
6262
<tr>
6363
<td><?= h($name) ?></td>
6464
<td class="right-text"><?= $counters['get hit'] ?></td>
@@ -78,7 +78,7 @@ class="btn-primary clear-cache"
7878
</tr>
7979
</thead>
8080
<tbody>
81-
<?php foreach ($logs as $log): ?>
81+
<?php foreach ($logs as $log) : ?>
8282
<tr>
8383
<td><?= h($log) ?></td>
8484
</tr>

0 commit comments

Comments
 (0)