diff options
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 98e54a222a3..2fccfd1f719 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -6,8 +6,6 @@ <!--[if gt IE 9]><html class="ng-csp ie"><![endif]--> <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]--> - <?php $defaults = new OC_Defaults(); // initialize themable default strings and urls ?> - <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>"> <title> <?php p(!empty($_['application'])?$_['application'].' | ':''); |