diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index d681d49ff75d1033bf532f5f027299e147ac66a9..77595075c001e7ebf299ffd23d0ff0040780e246 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -327,7 +327,7 @@ div.double-indent {
 	text-decoration: underline;
 }
 
-/* Note: Do not do a linebreak after span in sugarcube, because it will underline the automatic space it inserts: "Matilda_is a cow" */
+/* Note: Do not do a linebreak after span in HTML, because it will underline the automatic space it inserts: "Matilda_is a cow" */
 .slave-name {
 	color: pink;
 	font-weight: bold;
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 83742f4b21185a1a002253a4f347e230f19be5b1..406be96a7b1127b8af29f9d8b14fb5f77b0b1cc1 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -336,6 +336,7 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $useSlaveSummaryOverviewTab = 0>>
 	<<set $useSlaveListInPageJSNavigation = 0>>
 	<<set $killChoice = -1>>
+	<<set $assignmentRecords = {}>>
 
 	/* master suite reporting and alternate descriptions */
 	<<set $verboseDescriptions = 0>>