diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 7abf07e911c2d8ec2ffdb8450dbb669ec3fe3d59..08a3fa64f61d9777ebb764523c01fea13ad0cee3 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -194,7 +194,7 @@ You should have received a copy of the GNU General Public License along with thi
 		<<set $PC.slavesFathered = 0>>
 	<</if>>
 	<<if ndef $PC.pronoun>>
-		<if $PC.title == 1>>
+		<<if $PC.title == 1>>
 			<<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">>
 		<<else>>
 			<<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 22ad3d3cc84f146eadec35e99539ac29a901e0af..be4c75f8ac228e4eb619990cfc00fbfdfb93f8cb 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -212,7 +212,7 @@
 	<<set $PC.reservedChildren = 0>>
 <</if>>
 <<if ndef $PC.pronoun>>
-	<if $PC.title == 1>>
+	<<if $PC.title == 1>>
 		<<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">>
 	<<else>>
 		<<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">>