Skip to content
Snippets Groups Projects
Commit 4310f476 authored by Ryan Dee's avatar Ryan Dee
Browse files

Update search template files

- Adjust indentation
- Add ‘unl’ class to <body> element
parent d4d40404
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script>
<?php echo $head ?>
</head>
<body>
<body class="unl">
<main>
<?php echo $maincontent ?>
</main>
......
......@@ -9,7 +9,7 @@
<script src="js/embed/all.js?v=20170404"></script>
<?php echo $head ?>
</head>
<body>
<body class="unl">
<main>
<?php echo $maincontent ?>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment