summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2013-02-25 15:40:57 -0500
committerQingping Hou <dave2008713@gmail.com>2013-02-25 15:40:57 -0500
commitc111a3aa248bee2bff22318c2a3d0da32ea0e451 (patch)
tree2eae1238c486a266e694d7f2cc75d08bcca90a46 /core/templates
parent278a6f5b416693ed2dbeb13b6cc1fb0dafc9d391 (diff)
downloadnextcloud-server-c111a3aa248bee2bff22318c2a3d0da32ea0e451.tar.gz
nextcloud-server-c111a3aa248bee2bff22318c2a3d0da32ea0e451.zip
add span tag to displayname on expand button
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index d0869cb8404..03e55594d67 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -34,7 +34,7 @@
<ul id="settings" class="svg">
<span id="expand">
- <?php echo $_['displayname'] ?>
+ <span id="expandDisplayName"><?php echo $_['displayname'] ?></span>
<img class="svg" src="<?php echo image_path('', 'actions/caret.svg'); ?>" />
</span>
<div id="expanddiv">