Skip to content
Snippets Groups Projects
Commit 74eb9bea authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 53f5747a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<?php endforeach; ?>
</head>
<body>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment