1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-13 02:10:44 +02:00

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

Dieser Commit ist enthalten in:
Jan-Christoph Borchardt 2014-03-14 11:08:16 +01:00
Ursprung 53f5747ac1
Commit 74eb9bea22

Datei anzeigen

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