mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
0f0baa5303
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<?php endforeach; ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body id="body-public">
|
||||
<?php print_unescaped($_['content']); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue