From 57ddbf4cf314760339fa1e46925e49c4fa5dd834 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Tue, 13 Sep 2011 22:03:47 +0000
Subject: [PATCH] Correct path to directory result lists css

---
 www/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/index.php b/www/index.php
index 29649bb..1f7e584 100644
--- a/www/index.php
+++ b/www/index.php
@@ -19,7 +19,7 @@ $local_results = '';
 $page->addScript('http://www.google.com/jsapi' . (empty(UNL_Search::$jsapiKey) ? '' : '?key=' . UNL_Search::$jsapiKey));
 $page->head .= '
 <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
-<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_list.css" />
+<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_lists.css" />
 <link rel="stylesheet" type="text/css" href="searchCSS.css" />
 ';
 if ($template == 'Mobile') {
@@ -122,4 +122,4 @@ $page->maincontentarea .= '
 ';
 echo $page;
 
-?>
\ No newline at end of file
+?>
-- 
GitLab