]> source.dussan.org Git - nextcloud-server.git/commitdiff
add 'body-public' ID to body in base layout so it can be identified via CSS
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Mar 2014 10:08:16 +0000 (11:08 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Mar 2014 10:08:16 +0000 (11:08 +0100)
core/templates/layout.base.php

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