From 7d798d4df110c21a0b0c194aee8887e7bf0ca76c Mon Sep 17 00:00:00 2001
From: Blank <blank@national.shitposting.agency>
Date: Tue, 26 Feb 2019 09:39:09 -0800
Subject: [PATCH] SF_lineFixes

---
 src/events/intro/introSummary.tw | 4 ++--
 src/uncategorized/options.tw     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 40befac3e1a..d1d2a896539 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -1116,8 +1116,8 @@ __''Mods''__
 	''disabled.'' [[Enable|Intro Summary][$SF.Toggle = 1]]
 <<else>>
 	''enabled.'' [[Disable|Intro Summary][$SF.Toggle = 0]]
-	<br>&nbsp;The support facility is
-	/*<<if $SF.Facility.Toggle < 1>>
+	/*<br>&nbsp;The support facility is
+	<<if $SF.Facility.Toggle < 1>>
 			@@.red;DISABLED.@@ [[Enable|Intro Summary][$SF.Facility.Toggle = 1]]
 	<<else>>
 			@@.cyan;ENABLED.@@ [[Disable|Intro Summary][$SF.Facility.Toggle = 0]]
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 10808ea177d..b1fd975e3ed 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -484,8 +484,8 @@ Assignment performance vignettes on the end week report are
 	@@.red;DISABLED.@@ [[Enable|Options][$SF.Toggle = 1]]
 <<else>>
 	@@.cyan;ENABLED.@@ [[Disable|Options][$SF.Toggle = 0]]
-	<br>&nbsp;The support facility is
-	/*<<if ($SF.Facility.Toggle === 0)>>
+	/*<br>&nbsp;The support facility is
+	<<if ($SF.Facility.Toggle === 0)>>
 			@@.red;DISABLED.@@ [[Enable|Options][$SF.Facility.Toggle = 1]]
 	<<else>>
 			@@.cyan;ENABLED.@@ [[Disable|Options][$SF.Facility.Toggle = 0]]
-- 
GitLab