From 4908929465ca36b8d5be04eb68902c279cc6ea87 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 10 Aug 2020 08:55:54 -0400
Subject: [PATCH] secexp intro fix

---
 src/events/intro/introSummary.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 748d8d845e2..89e18a50b17 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -361,7 +361,7 @@ You may review your settings before clicking "Continue" to begin.<br>
 	<<run _options.addOption("The Security Expansion Mod is", "secExpEnabled")
 	.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
 	.addComment("<div>This mod introduces security and crime in the arcology, as well as attacks and battles.</div> 
-	<div>The mod can be activated in any moment, but it may result in unbalanced gameplay if activated very late in the game.<div>")
+	<div>The mod can be activated in any moment, but it may result in unbalanced gameplay if activated very late in the game.</div>")
 	>>
 
 	<<includeDOM _options.render()>>
-- 
GitLab