aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-07-25 06:36:43 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-07-25 06:36:43 -0400
commit84dcd25d89a85c00df39d70525aa6d401a69b005 (patch)
treed2ebdbb4c525daddc3d92ad16dad21272fcf9929 /app/views/stats
parentaa317eb2948b5caa5472bf307099efe850f7b314 (diff)
Small fixes to follow @marienfressinaud recommandations
Diffstat (limited to 'app/views/stats')
-rw-r--r--app/views/stats/repartition.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index 4455abe2a..26b20e424 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -1,4 +1,4 @@
-<?php $this->partial('aside_stats'); ?>
+<?php $this->partial ('aside_stats'); ?>
<div class="post content">
<a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t ('back_to_rss_feeds'); ?></a>
@@ -6,8 +6,8 @@
<?php if ($this->feed) {?>
<h1>
<?php echo _t ('stats_repartition'), " - "; ?>
- <a href="<?php echo _url('configure', 'feed', 'id', $this->feed->id()); ?>"
- title="<?php echo date('Y-m-d', $feed['last_date']); ?>">
+ <a href="<?php echo _url ('configure', 'feed', 'id', $this->feed->id()); ?>"
+ title="<?php echo date ('Y-m-d', $feed['last_date']); ?>">
<?php echo $this->feed->name(); ?>
</a>
</h1>
@@ -97,4 +97,4 @@ function initStats() {
}
initStats();
-</script> \ No newline at end of file
+</script>