From ad2da041ddef10c9cd6e7631f1eeb01c9fd3b41b Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 9 Jun 2019 14:27:10 -0400
Subject: [PATCH] fix daughters again again

---
 src/uncategorized/storyCaption.tw | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 9584c786bcf..0cf597384d2 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -58,7 +58,10 @@
 		@@.cyan;[Ent]@@
 		<<if $rulesError && $rulesAssistantAuto == 1>><br>@@.yellow; WARNING: some custom rules will change slave variables@@<</if>>
 		</span>
-	<<elseif $nextButton !== " ">> <br><br>
+	<<elseif $nextButton == " ">> <br><br>
+		<span id="nextButton">
+		</span>
+	<<else>> <br><br>
 		<span id="nextButton">
 		<strong>
 		<<link [[$nextButton|$nextLink][$ui = "main"]]>><</link>>
-- 
GitLab