From 875b8a72f97429c4e4df6d292daf4261fb7a45bd Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 17 Dec 2014 21:15:24 +0100 Subject: Coding style endforeach (must be avoided) --- app/views/configure/sharing.phtml | 8 ++++---- app/views/index/normal.phtml | 4 ++-- app/views/stats/index.phtml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml index b42825382..ffe3c039b 100644 --- a/app/views/configure/sharing.phtml +++ b/app/views/configure/sharing.phtml @@ -15,7 +15,7 @@ '> - sharing as $key => $sharing): ?> + sharing as $key => $sharing) { ?> shares[$sharing['type']]; ?>
- +
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 66111397c..b8a78cc3d 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -141,7 +141,7 @@ if (!empty($this->entries)) {
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml index c13c5d26c..18bcd4d99 100644 --- a/app/views/stats/index.phtml +++ b/app/views/stats/index.phtml @@ -52,14 +52,14 @@ - topFeed as $feed): ?> + topFeed as $feed) { ?> repartition['all_feeds']['total'] * 100, 1);?> - + -- cgit v1.2.3