From d5a9d225f219b013cdfc512072f2ab57a2d5a74b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 30 Jul 2017 01:15:27 +0000 Subject: [PATCH 1/2] Fix bootstrap-theme not disabling on Firefox --- inc/header.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/header.inc.php b/inc/header.inc.php index 192e1580..f459df6c 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -55,10 +55,10 @@ if (is_dir(HESK_PATH . 'install')) { + > + rel="stylesheet" /> + Date: Sun, 30 Jul 2017 01:21:26 +0000 Subject: [PATCH 2/2] Swap == for != --- inc/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/header.inc.php b/inc/header.inc.php index f459df6c..ca27118b 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -55,7 +55,7 @@ if (is_dir(HESK_PATH . 'install')) { - +