From aa8529b2d617137cc7500742090e5bb2246b8928 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 5 Oct 2014 19:12:52 +0200 Subject: Coding style (views) Some files was not saved :s See https://github.com/marienfressinaud/FreshRSS/issues/655 --- app/views/configure/reading.phtml | 6 +++--- app/views/helpers/javascript_vars.phtml | 2 +- app/views/index/about.phtml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views') diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 7e4efc264..c8685acf3 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -1,9 +1,9 @@ -partial ('aside_configure'); ?> +partial('aside_configure'); ?>
- + -
+
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index cdbf24eab..8f615ed87 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -2,7 +2,7 @@ conf->mark_when; -$mail = Minz_Session::param ('mail', false); +$mail = Minz_Session::param('mail', false); $auto_actualize = Minz_Session::param('actualize_feeds', false); $hide_posts = ($this->conf->display_posts || Minz_Request::param('output') === 'reader'); diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 14c6455b6..407d13ae9 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -1,5 +1,5 @@
- +

-- cgit v1.2.3