Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/app_chooser.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/app_chooser.thtml')
-rw-r--r--site/app/views/elements/app_chooser.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/app_chooser.thtml b/site/app/views/elements/app_chooser.thtml
index f1cb175..c20acd6 100644
--- a/site/app/views/elements/app_chooser.thtml
+++ b/site/app/views/elements/app_chooser.thtml
@@ -44,7 +44,7 @@ foreach (array_keys($app_shortnames) as $_app) {
$applist[] = '<li id="app-'.$_app.'"><a href="'.$html->url("/$_app/",false,true,false).'">'.$app_prettynames[$_app].'</a></li>';
}
?>
-<div id="other-apps" class="highlight" title="<?=___('other_apps_tooltip');?>">
+<div id="other-apps" title="<?=___('other_apps_tooltip');?>">
<h3><?=_('addons_home_other_applications')?></h3>
<ul id="nav-apps">
<?php foreach ($applist as $_app): ?>