Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 14:08:16 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 14:08:16 +0400
commit74eb9bea22bb65294a29c0438536f03643d22749 (patch)
tree4fbf001dc909ad38f9df54f4a907046771e2f483 /core
parent53f5747ac1cefb7b9f8de137f9b9d0d8919c81fa (diff)
add 'body-public' ID to body in base layout so it can be identified via CSS
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index bae52a73234..b3e2f4da91c 100644
--- a/core/templates/layout.base.php
+++ b/core/templates/layout.base.php
@@ -31,7 +31,7 @@
<?php endforeach; ?>
</head>
- <body>
+ <body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
</html>