diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 40befac3e1ab1c3f6248747b4e0ea0a3a304756f..d1d2a8965396b89b931d364e3b34a4c2767c6160 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 10808ea177d69a8c8b6c60e4f18b1328486a9581..b1fd975e3ede73851212a1fe3d28dc57407ba332 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]]