summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-02-26 00:19:42 -0800
committerFrank Karlitschek <frank@owncloud.org>2013-02-26 00:19:42 -0800
commit072daf8850c87b070c3dad921c16246d095d9cb2 (patch)
treed2b02cb083a692f85b9b351c978bdc4b0120008b /core
parent63d9feb8c0e7a6458efa93f0e56bacaffe572631 (diff)
parent02da5d5d525778a250c000af0e3da7360b4719e5 (diff)
downloadnextcloud-server-072daf8850c87b070c3dad921c16246d095d9cb2.tar.gz
nextcloud-server-072daf8850c87b070c3dad921c16246d095d9cb2.zip
Merge pull request #1885 from houqp/issue_1776
when user changes displayName, also update it on expand button
Diffstat (limited to 'core')
-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 3bc1903876e..7a677b88345 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 $_['user_displayname'] ?>
+ <span id="expandDisplayName"><?php echo $_['user_displayname'] ?></span>
<img class="svg" src="<?php echo image_path('', 'actions/caret.svg'); ?>" />
</span>
<div id="expanddiv">