diff --git a/devTools/javaSanityCheck/twineTags b/devTools/javaSanityCheck/twineTags
index e1dea71621bd818041d6aad43d7b3053b2c78132..beb265b62b2cfb58584f2bcd7c85a9b25a37e52c 100644
--- a/devTools/javaSanityCheck/twineTags
+++ b/devTools/javaSanityCheck/twineTags
@@ -11,7 +11,6 @@
 capture;1
 continue;0
 for;1
-#does foreach really exist?
 foreach;1
 goto;0
 htag;1
@@ -24,6 +23,7 @@ run;0
 script;1
 set;0
 silently;1
+span;1
 textbox;0
 timed;1
 unset;0
diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index 12b57af95e2b49fab2ad745788f0a853c554da23..668b4e14855b0cfe57f764080d6e48a4d1a4a1e9 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -481,8 +481,8 @@ Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared fro
 	<<if $activeSlave.broodmother == 0 && $bellyImplants == 1>>
 		<br><br>
 		<span id="bir">Since $he is already in surgery and $his body already stretched, it would be possible to preserve $his pregnant appearance via fillable implant.
-		<<link "Do it.">> /* Is that allowed? without closing it?*/
 		</span>
+		<<link "Do it.">>
 			<<replace "#bir">>
 				<<if $PC.medicine >= 100>><<set $activeSlave.health -= 5>><<else>><<set $activeSlave.health -= 10>><</if>>
 				Installation of belly implant is relatively simple procedure. Using the fact that $his body and internal organs have already adapted to pregnancy, it's possible to greatly expand the initial size of implant. $He will still look pregnant post surgery and recovery.
diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw
index 1b13f4f940a0c5df3f9e7948ec8d61d43da6b385..032fad3539c850414b0d95c5b00fe1a5e0d7738f 100644
--- a/src/pregmod/seBurst.tw
+++ b/src/pregmod/seBurst.tw
@@ -196,7 +196,7 @@
 		<<if _curBabies > 0>>
 			<<set _count = _curBabies>>
 			<br><br>
-			<span $dispositionId>
+			<<span $dispositionId>>
 			<<if $arcologies[0].FSRestart != "unset" && $slaves[_b].breedingMark == 1 && $propOutcome == 1 && $slaves[_b].pregSource == -1>>
 				<<set _lostBabies = 1>>
 				From there, $his child<<if _curBabies > 1>>ren are<<else>> is<</if>> collected by the Societal Elite to be raised into upstanding members of the new society.
@@ -264,7 +264,7 @@
 				<</if>>
 				<</capture>>
 			<</if>>
-			</span>
+			<</span>>
 		<<elseif $Cash4Babies == 1 && _curBabies > 0 && $DefaultBirthDestination === "individually decided fates" && $universalRulesChildrenBecomeBreeders < 1>>
 			<br><br>
 			<<set _babyCost = random(-12,12)>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 2877fb7b1f0af0b9a97a5ea1e8816dd753a943a4..a333472a98b23060096a4687c5738d94dfafb8fb 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -895,7 +895,7 @@ All in all,
 <<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0 && _curBabies > 0>>
 <<set _count = _curBabies>>
 	<br><br>
-	<span $dispositionId>
+	<<span $dispositionId>>
 	<<if $arcologies[0].FSRestart != "unset" && $slaves[$i].breedingMark == 1 && $propOutcome == 1 && $slaves[$i].pregSource == -1>>
 		<<set _lostBabies = 1>>
 		$His child<<if _curBabies > 1>>ren<</if>> are collected by the Societal Elite to be raised into upstanding members of the new society.
@@ -1050,7 +1050,7 @@ All in all,
 		<</if>>
 		<</capture>>
 	<</if>>
-	</span>
+	<</span>>
 <</if>>
 
 <</widget>>