diff --git a/src/uncategorized/bodyModificationReaction.tw b/src/uncategorized/bodyModificationReaction.tw
index ffd95f67514a66170876e966ee0af33cee8516d5..0599662834fa7bacb6b5252835093210686d52d5 100644
--- a/src/uncategorized/bodyModificationReaction.tw
+++ b/src/uncategorized/bodyModificationReaction.tw
@@ -1,9 +1,6 @@
-:: Body Modification Reaction
+:: Body Modification Reaction [nobr]
 
-<<nobr>>
-
-<<set $nextButton = "Continue">>
-<<set $nextLink = "Slave Interact">>
+<<set $nextButton = "Continue", $nextLink = "Slave Interact">>
 
 As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, $he catches sight of $himself in the floor length mirror at the foot of the body modification table<<else>>, and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, you vividly describe $his new appearance. $His mind hangs on every word that leaves your mouth<</if>>.
 
@@ -45,4 +42,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.
 <</if>>
 <<set $degradation = 0>>
 
-<</nobr>>\
diff --git a/src/uncategorized/changeLanguage.tw b/src/uncategorized/changeLanguage.tw
index 7b6dd3fd1b4bcf2141a148a14dd7d6603f9577e3..de8d8907d6884b3c6fd75e40a375bb7464d3d0be 100644
--- a/src/uncategorized/changeLanguage.tw
+++ b/src/uncategorized/changeLanguage.tw
@@ -1,6 +1,4 @@
-:: Change Language
-
-<<nobr>>
+:: Change Language [nobr]
 
 <<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">>
 
@@ -37,10 +35,9 @@ The lingua franca of the arcology is ''$language''.
 <br><br>
 Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.//
 
-<</nobr>>\
-\
+<br><br>
+
 <span id="result">
-<<nobr>>
 
 <<if $language != "English">>
 	<br><<link "English">>
@@ -197,5 +194,4 @@ Select a custom language to be applied: <<textbox "$seed" $seed "Change Language
 	<</link>> //Failing to take this step will retard adoption of Revivalism//
 <</if>>
 
-<</nobr>>
 </span>
diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw
index f4fab05a2dea637259cc3a92cebbc1035f2153ed..888764ad5cdc617080061aa0e728cbf3912b1ba9 100644
--- a/src/uncategorized/clubAdvertisement.tw
+++ b/src/uncategorized/clubAdvertisement.tw
@@ -1,6 +1,4 @@
-:: Club Advertisement
-
-<<nobr>>
+:: Club Advertisement [nobr]
 
 <<switch $clubDecoration>>
 <<case "Roman Revivalist">>
@@ -119,9 +117,7 @@
 	$arcologies[0].name has a robust internal media that could be used to bring patrons into the club.
 <</if>>
 
-<</nobr>>
-
-<<nobr>>
+<br><br>
 
 You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName.
 
@@ -136,10 +132,11 @@ You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $
 	Increase
 <</if>>
 
-<</nobr>>
+<br><br>
 
 __Design Club Ad Campaign__ //Will replace relevant variety bonuses//
-<<nobr>>
+
+<br><br>
 
 Asset size:
 <<if $clubAdsStacked != 1>><<link "Stacked">><<set $clubAdsStacked = 1>><<goto "Club Advertisement">><</link>> | <<else>>Stacked | <</if>>
@@ -186,5 +183,3 @@ Pregnancy:
 	<<if $clubAdsXX != 0>><<link "Variety">><<set $clubAdsXX = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>>
 	<br>
 <</if>>
-
-<</nobr>>
diff --git a/src/utility/slaveGenerationWidgets.tw b/src/utility/slaveGenerationWidgets.tw
index fc13ba90c2195c996164561dcf07c3b29caac560..00d19cda1b2af9d2bf8edffaaa58d0a7af5dbbd0 100644
--- a/src/utility/slaveGenerationWidgets.tw
+++ b/src/utility/slaveGenerationWidgets.tw
@@ -1,6 +1,5 @@
 :: slave generation widgets [nobr widget]
 
 <<widget "NationalityToRace">>
-<<set $args[0].race
-	= hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>>
+<<set $args[0].race = hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>>
 <</widget>>