diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2019-01-14 00:48:09 +0100 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2019-01-14 00:48:09 +0100 |
commit | 349687ac0937f095c29cb945ea2cfa583101032b (patch) | |
tree | 657da89e105cf7d50d358f011552a748e51611a1 /core/templates | |
parent | 71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff) | |
download | nextcloud-server-349687ac0937f095c29cb945ea2cfa583101032b.tar.gz nextcloud-server-349687ac0937f095c29cb945ea2cfa583101032b.zip |
Fix click app names
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 6f0344aa600..dfa96c5d1c8 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -59,10 +59,10 @@ </svg> <div class="icon-loading-small-dark" style="display:none;"></div> + <span> + <?php p($entry['name']); ?> + </span> </a> - <span> - <?php p($entry['name']); ?> - </span> </li> <?php endforeach; ?> <li id="more-apps" class="menutoggle" |