diff options
author | Maxence Lange <maxence@nextcloud.com> | 2017-06-23 09:18:20 -0100 |
---|---|---|
committer | Maxence Lange <maxence@nextcloud.com> | 2017-06-23 09:18:20 -0100 |
commit | 5389ffca86c72fcfc3aa0ad7695d1f25d8d08a0e (patch) | |
tree | d94b8b5f4e204e437368dbdbe2a63aa8b47b139d /core/templates/layout.user.php | |
parent | d9beeaec90303e909bca574e489817739b9be869 (diff) | |
download | nextcloud-server-5389ffca86c72fcfc3aa0ad7695d1f25d8d08a0e.tar.gz nextcloud-server-5389ffca86c72fcfc3aa0ad7695d1f25d8d08a0e.zip |
Hint should not be clickable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Diffstat (limited to 'core/templates/layout.user.php')
-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 7d54d9b21f7..770a398554c 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"> |