diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-05 16:19:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 16:19:09 +0200 |
commit | 5d5b1285ec68367f68649c5c212521b55eaca67c (patch) | |
tree | 8cfe01dcff870edc64f5f3b2fbb6f071eba8f1eb /core/templates | |
parent | 6879573b2e24d59765ec0c44b93b0ce91c3b4623 (diff) | |
parent | 5389ffca86c72fcfc3aa0ad7695d1f25d8d08a0e (diff) | |
download | nextcloud-server-5d5b1285ec68367f68649c5c212521b55eaca67c.tar.gz nextcloud-server-5d5b1285ec68367f68649c5c212521b55eaca67c.zip |
Merge pull request #5520 from nextcloud/disable-click-on-hint
[Small] Hint should not be clickable
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index a1074b4c76c..337032ab664 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -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"> |