summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-02-18 18:43:20 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:51 +0200
commit3a92d481041b74bb661fcdeb83dd903edf8239b4 (patch)
tree314b2e9347e8a53cacf358c106b9c682a72720fb /settings/templates
parent57ffaddf26b47a381c6b920608900dd710178323 (diff)
downloadnextcloud-server-3a92d481041b74bb661fcdeb83dd903edf8239b4.tar.gz
nextcloud-server-3a92d481041b74bb661fcdeb83dd903edf8239b4.zip
reduce template function calls
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 204079977a8..e9fa5df6675 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -228,7 +228,7 @@ $_['subadmingroups'] = array_flip($items);
$lastLoginDate = \OC_Util::formatDate($user["lastLogin"]);
}
?>
- <td class="lastLogin" title="<?php p('<span style="white-space: nowrap;">').p($lastLoginDate).p('</span>'); ?>"><?php p($lastLogin); ?></td>
+ <td class="lastLogin" title="<?php p('<span style="white-space: nowrap;">'.$lastLoginDate.'</span>'); ?>"><?php p($lastLogin); ?></td>
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
<a href="#" class="action delete" original-title="<?php p($l->t('Delete'))?>">