aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/templates/layout.base.php2
-rw-r--r--core/templates/layout.guest.php2
-rw-r--r--core/templates/layout.user.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index 4233fd8300e..47d552069a0 100644
--- a/core/templates/layout.base.php
+++ b/core/templates/layout.base.php
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html class="ng-csp">
<head>
<title>ownCloud</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index b26020b766b..a84e2b8cef7 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html class="ng-csp">
<head>
<title>ownCloud</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 7a677b88345..10540cfe362 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html class="ng-csp">
<head>
<title><?php echo !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud
<?php echo !empty($_['user_displayname'])?' ('.$_['user_displayname'].') ':'' ?></title>