mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-03 06:01:56 -04:00
Remove unnecessary empty class
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user