diff options
| author | 2014-09-19 17:16:38 +0200 | |
|---|---|---|
| committer | 2014-09-19 17:16:38 +0200 | |
| commit | 4620d0b136295d5fca2fcbdfc91db6cc3a500c5a (patch) | |
| tree | 82af79622ba69450f8ba6d4f2634b15288454421 /app | |
| parent | c4c4ad867a6b9c5e2b03443a5530e871e34b63fe (diff) | |
Remove unnecessary empty class
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
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> |
