diff options
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 08ce440e8..26806bb0e 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -5,15 +5,15 @@ <h1><?php echo Minz_Translate::t ('stats_idle'); ?></h1> - <?php foreach ($this->idleFeeds as $period => $feeds): ?> + <?php foreach ($this->idleFeeds as $period => $feeds){ ?> <div class="stat"> <h2><?php echo Minz_Translate::t ($period); ?></h2> <ul> - <?php foreach ($feeds as $feed): ?> + <?php foreach ($feeds as $feed){ ?> <li><?php echo $feed; ?></li> - <?php endforeach; ?> + <?php } ?> </ul> </div> - <?php endforeach; ?> -</div>
\ No newline at end of file + <?php } ?> +</div> |
