summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:55:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:55:15 +0100
commit7c950beb36b2878e83e34dddff75409fc7d3393d (patch)
tree3cb9eadbb3a817ec5af336c37fde61f7bced18c8 /templates
parent15d92b27870024c2a12bc41a41b5e52641cd0e25 (diff)
fix keyboard shortcuts for explore
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.explore.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.explore.php b/templates/part.navigation.explore.php
index d2c8749f9..acae91b2d 100644
--- a/templates/part.navigation.explore.php
+++ b/templates/part.navigation.explore.php
@@ -1,5 +1,5 @@
-<li ng-class="{active: Navigation.isExploreActive()}">
- <a class="icon-link" ng-href="#/explore/" class="explore-feed">
+<li ng-class="{active: Navigation.isExploreActive()}" class="explore-feed">
+ <a class="icon-link" ng-href="#/explore/">
<?php p($l->t('Explore')) ?>
</a>
</li> \ No newline at end of file