From 4310f476f0f2642f6f71aca5635501e3f1c8168f Mon Sep 17 00:00:00 2001
From: Ryan Dee <ryan@skoolbus39.com>
Date: Wed, 15 Aug 2018 11:59:16 -0500
Subject: [PATCH] Update search template files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Adjust indentation
- Add ‘unl’ class to <body> element
---
 www/templates/5.0/embed-debug.tpl.php | 22 +++++++++++-----------
 www/templates/5.0/embed.tpl.php       | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/www/templates/5.0/embed-debug.tpl.php b/www/templates/5.0/embed-debug.tpl.php
index 2447133..96829df 100644
--- a/www/templates/5.0/embed-debug.tpl.php
+++ b/www/templates/5.0/embed-debug.tpl.php
@@ -1,17 +1,17 @@
 <!DOCTYPE html>
 <html class="no-js embed" lang="en">
 <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="x-ua-compatible" content="ie=edge" />
-    <title>Search | University of Nebraska&ndash;Lincoln</title>
-	<link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
-    <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" />
-    <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script>
-    <?php echo $head ?>
+  <meta charset="utf-8" />
+  <meta http-equiv="x-ua-compatible" content="ie=edge" />
+  <title>Search | University of Nebraska&ndash;Lincoln</title>
+  <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
+  <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" />
+  <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script>
+  <?php echo $head ?>
 </head>
-<body>
-    <main>
-        <?php echo $maincontent ?>
-    </main>
+<body class="unl">
+  <main>
+    <?php echo $maincontent ?>
+  </main>
 </body>
 </html>
diff --git a/www/templates/5.0/embed.tpl.php b/www/templates/5.0/embed.tpl.php
index 15e6a1b..e5dbeec 100644
--- a/www/templates/5.0/embed.tpl.php
+++ b/www/templates/5.0/embed.tpl.php
@@ -1,17 +1,17 @@
 <!DOCTYPE html>
 <html class="no-js embed" lang="en">
 <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="x-ua-compatible" content="ie=edge" />
-    <title>Search | University of Nebraska&ndash;Lincoln</title>
-    <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
-    <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" />
-    <script src="js/embed/all.js?v=20170404"></script>
-    <?php echo $head ?>
+  <meta charset="utf-8" />
+  <meta http-equiv="x-ua-compatible" content="ie=edge" />
+  <title>Search | University of Nebraska&ndash;Lincoln</title>
+  <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
+  <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" />
+  <script src="js/embed/all.js?v=20170404"></script>
+  <?php echo $head ?>
 </head>
-<body>
-    <main>
-        <?php echo $maincontent ?>
-    </main>
+<body class="unl">
+  <main>
+    <?php echo $maincontent ?>
+  </main>
 </body>
 </html>
-- 
GitLab