diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index a91ccd914ba27167096a8773aceab38be01fde46..afcb75c701b1d1a4e1e2482a37af243c95366380 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -112,7 +112,7 @@ You are using standardized slave trading channels. [[Customize the slave trade|C
 	<<if ndef $nationalitiescheck>> /* NGP: regenerate $nationalitiescheck from previous game's $nationalities array */
 		<<silently>><<include "Customize Slave Trade">><</silently>>
 	<</if>>
-	<br style="clear:both" /><hr style="margin:0">
+	<br style="clear:both"><hr style="margin:0">
 	<<set _len = Object.keys($nationalitiescheck).length>>
 	<<set _j = 0>>
 	<<for _nation, _i range $nationalitiescheck>>
@@ -120,7 +120,7 @@ You are using standardized slave trading channels. [[Customize the slave trade|C
 		<<set _j++>>
 		<<if _j < _len>> | <</if>>
 	<</for>>
-	<br style="clear:both" /><hr style="margin:0">
+	<br style="clear:both"><hr style="margin:0">
 <</if>> /* closes $customVariety is defined */
 
 /* Accordion 000-250-006 */
diff --git a/src/facilities/nursery/childSummary.tw b/src/facilities/nursery/childSummary.tw
index 760106b9eeeed54014ee3ca43e64014d387b4169..78449006c71ef6d6c5753beb58d866e9c3b713cb 100644
--- a/src/facilities/nursery/childSummary.tw
+++ b/src/facilities/nursery/childSummary.tw
@@ -31,7 +31,7 @@
 		<<if (/Select/i.test(_Pass))>>
 			<<set _offset = -25>>
 		<</if>>
-		<br />
+		<br>
 		<<set _tableCount = _tableCount || 0>>
 		<<set _tableCount++>>
 		/*
@@ -104,7 +104,7 @@
 		<<set _chosenClothes = saChoosesOwnClothes(_Child)>>
 		<<set $cribs[_csi].devotion = _oldDevotion, _Child = $cribs[_csi]>> /* restore devotion value so repeatedly changing clothes isn't an exploit */
 	<</if>>
-	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Child 1>></div><</if>>
+	<br style="clear:both"><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Child 1>></div><</if>>
 	<<if "be your Head Girl" == _Child.assignment>>''@@.lightcoral;HG@@''
 	<<elseif "recruit girls" == _Child.assignment>>''@@.lightcoral;RC@@''
 	<<elseif "guard you" == _Child.assignment>>''@@.lightcoral;BG@@''
@@ -114,7 +114,7 @@
 
 /* TODO: will the PC be able to give children PA? */
 <<case "Personal Attention Select">>
-	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Child 1>></div><</if>>
+	<br style="clear:both"><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Child 1>></div><</if>>
 	<<link _childName>>
 		<<if !Array.isArray($personalAttention)>> /* first PA target */
 			<<set $personalAttention = [{ID: $cribs[_csi].ID, trainingRegimen: "undecided"}]>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 71acb6f942c242ce81e7ef69fd797dc0d9050f71..18fac0b47ff03305456796fa86ea478344ea1ae3 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -817,7 +817,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 <<set _total = 0>> <<set _SL = $slaves.length>>
 <<for $i = 0; $i < _SL; $i++>>
 	<<capture $i>>
-	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
+	<br style="clear:both"><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
 	[[$slaves[$i].slaveName|Slave Interact][$activeSlave = $slaves[$i]]] will $slaves[$i].assignment.
 	<<SlaveExpenses $slaves[$i]>>
 	<</capture>>
diff --git a/src/uncategorized/costsReportSlaves.tw b/src/uncategorized/costsReportSlaves.tw
index 68276158fa87dfcb7adb8d0ab89bb9287d745226..3399fecd92dfe8a6509c01412263bd4e8a05718d 100644
--- a/src/uncategorized/costsReportSlaves.tw
+++ b/src/uncategorized/costsReportSlaves.tw
@@ -6,7 +6,7 @@
 <<set _total = 0>> <<set _SL = $slaves.length>>
 <<for $i = 0; $i < _SL; $i++>>
 	<<capture $i>>
-	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
+	<br style="clear:both"><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
 	[[$slaves[$i].slaveName|Slave Interact][$activeSlave = $slaves[$i]]] will $slaves[$i].assignment.
 	<<SlaveExpenses $slaves[$i]>>
 	<</capture>>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 12a503ef0a9d0d0d50263822deebc7d5a0ff0433..a2c494b587fddd06a2680ac9f0d054e1dac1bd63 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -378,7 +378,7 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 <</if>>
 */
 
-<<if $seeImages == 1>><br style="clear:both" /><</if>>
+<<if $seeImages == 1>><br style="clear:both"><</if>>
 
 <br><br>__Put $him with another worshipful <<if $eventSlave.relationship == -2>>emotionally bonded slave<<else>>emotional slut<</if>>:__
 <<set $Flag = 1>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 1c7c4fb5bbe624165e3cbd59ce83926c2c93674d..dde2ff781bdf5821fd11a45ddc39a616e08159b7 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -196,7 +196,7 @@ Main menu slave tabs are
 	<</if>>
 <</if>>
 
-<br />
+<br>
 
 The slave Quick list in-page scroll-to is
 <<if $useSlaveListInPageJSNavigation != 1>>
@@ -254,7 +254,7 @@ Master Suite report details such as slave changes are
 <</if>>
 
 /* Accordion 000-250-006 */
-<br />
+<br>
 	Accordion effects on weekly reports are
 <<if ($useAccordion != 1)>>
 	@@.red;DISABLED.@@ [[Enable|Options][$useAccordion = 1]]
diff --git a/src/uncategorized/repBudget.tw b/src/uncategorized/repBudget.tw
index f539894bc0a2fa5cbd32f5e4658d66364d92e83b..6f86fe8de1ebfc179d8e8b4123e6c7793b98adae 100644
--- a/src/uncategorized/repBudget.tw
+++ b/src/uncategorized/repBudget.tw
@@ -14,7 +14,7 @@
 <br>
 //Reputation is a difficult thing to quantify, <<= properTitle()>>.  Here you see an overview of topics that interest people in the arcology, and in turn, reflect on your own reputation.  The more symbols you see in a category, the more impact that category is having on your reputation lately.//
 
-<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
+<br style="clear:both"><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
 <br>
 //Your weekly reputation changes are as follows://
 
diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index bb2a1d919d3cf97e18447ac2729621f9d31ce9a2..54d10ccbf3d2b8a499498695f2c4da961976b239 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -210,7 +210,7 @@ Your arcology has gained a well-off citizen.
 	<</if>>
 	<</replace>>
 <</link>>
-<br />
+<br>
 <<if _clonedSlave.relationship >= 4>>
 <<link "Send $his _girl2 into retirement with $him">>
 	<<replace "#artFrame">>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 332c39fd64a2c10ea4c1dfdb09e46041161a8585..2b0b582edda330f37207b01447bd35e48c6a45e8 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -2532,7 +2532,7 @@ $His
 		<<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">>
 			is curled into long flowing locks secured by hair ties with plastic buttons, bearing the garish inscription
 			<<InscripDesc>>
-		<<case "a scalemail bikini"
+		<<case "a scalemail bikini">>
 			is curled into long flowing locks, and topped by a gold headband.
 		<<case "battledress">>
 			is curled into floor-length locks secured by paracord.
@@ -2606,7 +2606,7 @@ $His
 		<<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">>
 			is curled into long locks secured by hair ties with plastic buttons, bearing the garish inscription
 			<<InscripDesc>>
-		<<case "a scalemail bikini"
+		<<case "a scalemail bikini">>
 			is curled into long flowing locks, and topped by a gold headband.
 		<<case "battledress">>
 			is curled into long locks, secured by paracord.
@@ -2680,7 +2680,7 @@ $His
 		<<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">>
 			is curled into short locks secured by hair ties with plastic buttons, bearing the garish inscription
 			<<InscripDesc>>
-		<<case "a scalemail bikini"
+		<<case "a scalemail bikini">>
 			is curled into short flowing locks, and topped by a gold headband.
 		<<case "battledress">>
 			is curled into short locks secured by paracord.