From fc259b178074c882c8f222381b9fe535b683c8b5 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Wed, 13 Mar 2019 00:26:06 +0100
Subject: [PATCH] fixes

---
 devTools/javaSanityCheck/twineTags    | 2 +-
 src/pregmod/csec.tw                   | 2 +-
 src/pregmod/seBurst.tw                | 4 ++--
 src/pregmod/widgets/seBirthWidgets.tw | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devTools/javaSanityCheck/twineTags b/devTools/javaSanityCheck/twineTags
index e1dea71621b..beb265b62b2 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 12b57af95e2..668b4e14855 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 1b13f4f940a..032fad3539c 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 2877fb7b1f0..a333472a98b 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>>
-- 
GitLab