From e22ebc735f7436b03e3f40508b07a3f1eaeb0516 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 26 Jul 2013 18:23:17 +0200 Subject: Fix issue #108 : bug catégories non repliées MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La colonne des catégories se replie désormais même lorsqu'il n'y a aucun article à afficher --- app/views/helpers/normal_view.phtml | 2 +- app/views/helpers/reader_view.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/helpers/normal_view.phtml b/app/views/helpers/normal_view.phtml index 126fa5a78..4f08bea7f 100644 --- a/app/views/helpers/normal_view.phtml +++ b/app/views/helpers/normal_view.phtml @@ -125,7 +125,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { partial ('nav_entries'); ?> -
+
\ No newline at end of file diff --git a/app/views/helpers/reader_view.phtml b/app/views/helpers/reader_view.phtml index cdca393b9..46a65a4e3 100644 --- a/app/views/helpers/reader_view.phtml +++ b/app/views/helpers/reader_view.phtml @@ -39,7 +39,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
-
+
\ No newline at end of file -- cgit v1.2.3