Merge pull request #7725 from owncloud/body-public

add 'body-public' ID to body in base layout so it can be identified via CSS
This commit is contained in:
Raghu Nayyar 2014-03-14 16:27:43 +05:30
commit 0f0baa5303
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<?php endforeach; ?>
</head>
<body>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
</html>