1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-13 02:10:44 +02:00

add 'body-public' ID to body in base layout so it can be identified via CSS

Esse commit está contido em:
Jan-Christoph Borchardt 2014-03-14 11:08:16 +01:00
commit 74eb9bea22

Ver arquivo

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