mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-22 19:16:36 -04:00
Remove unnecessary empty class
This commit is contained in:
1 parent
c4c4ad867a
commit
4620d0b136
1 file changed
+1
-1
@@ -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