From 959650174ffdcdcc79367740bf2b11389b487fbd Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild365@gmail.com>
Date: Mon, 1 Feb 2016 09:00:29 -0600
Subject: [PATCH] Also cache bust the css

---
 www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index 8dbc391..8542df0 100644
--- a/www/index.php
+++ b/www/index.php
@@ -52,7 +52,7 @@ if (!$isEmbed) {
 $localResults = '';
 $context = '';
 
-$page->addStyleSheet('css/search.css');
+$page->addStyleSheet('css/search.css?v=4.1');
 
 //u is referring site
 if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
-- 
GitLab