Browse Source

Hint should not be clickable

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
tags/v13.0.0beta1
Maxence Lange 7 years ago
parent
commit
5389ffca86
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/templates/layout.user.php

+ 2
- 2
core/templates/layout.user.php View File

@@ -58,10 +58,10 @@
class="app-icon"/>
<div class="icon-loading-small-dark"
style="display:none;"></div>
<span>
</a>
<span>
<?php p($entry['name']); ?>
</span>
</a>
</li>
<?php endforeach; ?>
<li id="more-apps" class="menutoggle">

Loading…
Cancel
Save