Explorar el Código

Coding style (views)

Some files was not saved :s

See https://github.com/marienfressinaud/FreshRSS/issues/655
Marien Fressinaud hace 11 años
padre
commit
aa8529b2d6

+ 3 - 3
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">

+ 1 - 1
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');

+ 1 - 1
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>