summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/configure/feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml
index aa653e585..0959652c2 100644
--- a/app/views/configure/feed.phtml
+++ b/app/views/configure/feed.phtml
@@ -72,7 +72,7 @@
</div>
<div class="form-group">
<div class="group-controls">
- <a class="" href="<?php echo _url('stats', 'repartition', 'id', $this->flux->id()); ?>">
+ <a href="<?php echo _url('stats', 'repartition', 'id', $this->flux->id()); ?>">
<?php echo _i('stats'); ?> <?php echo _t('stats'); ?>
</a>
</div>