diff options
| author | 2014-10-05 19:12:52 +0200 | |
|---|---|---|
| committer | 2014-10-05 19:12:52 +0200 | |
| commit | aa8529b2d617137cc7500742090e5bb2246b8928 (patch) | |
| tree | 16d4e2c0832cbc247175747625beac119a5c8e4e | |
| parent | 65ab90d3c77085abe9eb259bd7780f648051d49d (diff) | |
Coding style (views)
Some files was not saved :s
See https://github.com/marienfressinaud/FreshRSS/issues/655
| -rw-r--r-- | app/views/configure/reading.phtml | 6 | ||||
| -rw-r--r-- | app/views/helpers/javascript_vars.phtml | 2 | ||||
| -rw-r--r-- | app/views/index/about.phtml | 2 |
3 files changed, 5 insertions, 5 deletions
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 @@ -<?php $this->partial ('aside_configure'); ?> +<?php $this->partial('aside_configure'); ?> <div class="post"> - <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> + <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> - <form method="post" action="<?php echo _url ('configure', 'reading'); ?>"> + <form method="post" action="<?php echo _url('configure', 'reading'); ?>"> <legend><?php echo _t('reading_configuration'); ?></legend> <div class="form-group"> 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 @@ <?php $mark = $this->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 @@ <div class="post content"> - <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> + <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> <h1><?php echo _t('about_freshrss'); ?></h1> |
